Removing WordPress Logo and Links From the Admin Bar
Removing WordPress Logo and Links From the Admin Bar
Bloggers, Website Builders and New Internet Entrepreneurs, usually, start their Preneurs with developement on WordPress. And Generally, need to know a lot of things about it. People, running social networking sites or multiple signup or contributors’ blogs/sites, generally come across this problem, in ” Removing WordPress Logo and Links From the Admin Bar “. So, here we are bringing a solution to this problem, faced by most of Newbies to WordPress. Below Given Code, is going to do magic for your site, just paste it in the ” Theme Functions, i.e., functions.php directory of your theme and the WordPress Logo will be gone along with the links too. Here is the code :
function annointed_admin_bar_remove() {
global $wp_admin_bar;
/* Remove their stuff */
/* beingtopper.net*/
$wp_admin_bar->remove_menu(‘wp-logo’);
}
add_action(‘wp_before_admin_bar_render’, ‘annointed_admin_bar_remove’, 0);
Thanks for visiting us, we will be pleased to be bringing to you more useful data like this. You can find us on Facebook and Youtube, via Social Buttons, at the top. Visit Again. 🙂