Skip to content

Instantly share code, notes, and snippets.

@Manoz
Created December 30, 2013 12:10
Show Gist options
  • Save Manoz/8181401 to your computer and use it in GitHub Desktop.
Save Manoz/8181401 to your computer and use it in GitHub Desktop.
$key = get_post_meta( get_the_ID(), 'wpsb_meta_box_check', true );
if( $key == 'on' ) {
echo 'prout';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment