', 'zm_custom_admin_title', 10, 2);
function zm_custom_admin_title($admin_title, $title){
return $title...() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu('wp-logo');
}
add_action('wp_before_admin_bar_render...', 'hidden_admin_bar_remove', 0);
4.屏蔽后台页脚WordPress版本信息
// 屏蔽后台页脚WordPress版本信息
function change_footer_admin...() {return '';}
add_filter('admin_footer_text', 'change_footer_admin', 9999);
function change_footer_version...( 'dashboard_activity', 'dashboard', 'normal');//since 3.8
}
add_action( 'admin_init', 'remove_dashboard_meta