一段代碼就可以刪除wordpress的版本號,掌握這些就可以自己制作主題系列。

 
function wpb_remove_version() {
return '';
}
add_filter('the_generator', 'wpb_remove_version');