Advertisement
Guest User

Untitled

a guest
Sep 21st, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. global $show_admin_bar;
  3. $is_visible = apply_filters( 'show_admin_bar', $show_admin_bar );
  4. ?>
  5. <input name="admin_bar" type="checkbox" <?php if ( $is_visible ){ echo "checked"; } ?>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement