How to remove the WordPress Logo from the WordPress Toolbar
Just add this code to your theme’s functions.php file:
add_action( ‘wp_before_admin_bar_render’, function() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu(‘wp-logo’);
}, 7 );
Just add this code to your theme’s functions.php file:
add_action( ‘wp_before_admin_bar_render’, function() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu(‘wp-logo’);
}, 7 );
Big Apple Design Group
134 West 29th Street
Third Floor
New York, NY 10001