Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php add_action('after_setup_theme', 'remove_admin_bar');
  2.  
  3. function remove_admin_bar() {
  4. show_admin_bar(false);
  5. }
  6.  
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement