advanced code snippet search
florent on 10/07/11
wordpress admin
10/07/11 08:49pm
<?php global $current_user; get_currentuserinfo(); if ($current_user->ID != 1) { add_filter( 'show_admin_bar', '__return_false' ); } ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.