Skip to content

Instantly share code, notes, and snippets.

@roypatira
Created July 2, 2019 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roypatira/5b8e2be24c0ac8b9ebdbfc1825d54753 to your computer and use it in GitHub Desktop.
Save roypatira/5b8e2be24c0ac8b9ebdbfc1825d54753 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