Advertisement
Guest User

Untitled

a guest
Jul 26th, 2012
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php if ( get_option("example_checkbox2") == "false") { ?>
  2.  
  3. <p>checked</p>
  4.  
  5. <?php } else { ?>
  6.  
  7. <p>unchecked</p>
  8.  
  9. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement