• Home
  • Gallery
  • Sites
  • Music
Burakoff.com FAQs
  • Home
  • Gallery
  • Sites
  • Music

Remove WordPress Logo

/2015 /WordPress Backend /WordPress Frontend /Remove WordPress Logo
  • August 10, 2015
  • WordPress
  • 2015 / WordPress Backend / WordPress Frontend

WordPress 3.1 adds an admin bar, which includes a handful of links and the WordPress logo. If you are going to handout websites to a client and you want it to be brandless, here is the function to remove that WordPress logo.

		
function annointed_admin_bar_remove() {
        global $wp_admin_bar;
 
        /* Remove their stuff */
        $wp_admin_bar->remove_menu('wp-logo');
}
add_action('wp_before_admin_bar_render', 'annointed_admin_bar_remove', 0);
Tagged: 2015LogoRemove

Related Articles

  • email mailto: options

  • WordPress add to menu on the fly

  • Eliminate Load More in media file – WP – WordPress

  • Activate a plugin through PHPMyAdmin

  • Disable update notification for individual plugins

  • WordPress Publish Post Hook

Annual

2025, 2023, 2022, 2021, 2019, 2016, 2015

Latest Articles

  • console.time() and console.timeEnd()
  • Quick Positioning with inset in CSS
  • Hiding DOM Elements with Ease
  • Checking Network Speed

Topics

  • Home
  • Gallery
  • Sites
  • Music
© Copyright 2021-2025, stephenburakoff.com