Return to Snippet

Revision: 42749
at March 10, 2011 03:41 by mindshare


Initial Code
// remove 3.1 admin menu bar from frontend
add_filter( 'show_admin_bar', '__return_false' );

Initial URL


Initial Description
Place this code in your themes `functions.php` file.

Initial Title
Remove WordPress 3.1+ Admin Bar

Initial Tags
wordpress

Initial Language
PHP