Skip to content

Instantly share code, notes, and snippets.

@strategyst
Created September 1, 2016 17:59
Show Gist options
  • Save strategyst/31d27180d3b4aa6b0b7e71fdd03452ac to your computer and use it in GitHub Desktop.
Save strategyst/31d27180d3b4aa6b0b7e71fdd03452ac to your computer and use it in GitHub Desktop.
<?php
$schema = get_post_meta(get_the_ID(), 'schema', true);
if(!empty($schema)) {
echo $schema;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment