Skip to content

Instantly share code, notes, and snippets.

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