Quantcast
Channel: seanklein.org » WordPress
Viewing all articles
Browse latest Browse all 7

Remove the Admin Bar

$
0
0

For those of us who do not like the new admin bar in WordPress 3.1, here is a quick 1 line (2 with a comment) fix for removing it:

// Remove the admin bar from displaying…everywhere
add_filter(‘show_admin_bar’, ‘__return_false’);


Viewing all articles
Browse latest Browse all 7

Trending Articles