Skip to content

Instantly share code, notes, and snippets.

@Techprofet
Created December 27, 2019 17:21
Show Gist options
  • Save Techprofet/f5d12748113dc36c0162cf3e6bbaf1eb to your computer and use it in GitHub Desktop.
Save Techprofet/f5d12748113dc36c0162cf3e6bbaf1eb 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