/ Published in: PHP
Place this code in your themes functions.php file.
Expand |
Embed | Plain Text
// remove 3.1 admin menu bar from frontend add_filter( 'show_admin_bar', '__return_false' );
You need to login to post a comment.
mindshare on 03/10/11
1 person have marked this snippet as a favorite
Place this code in your themes functions.php file.
// remove 3.1 admin menu bar from frontend add_filter( 'show_admin_bar', '__return_false' );
You need to login to post a comment.