Skip to content

Instantly share code, notes, and snippets.

@generatepress
Created October 21, 2015 23:23
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 generatepress/539cad38b6bfdc5f9bda to your computer and use it in GitHub Desktop.
Save generatepress/539cad38b6bfdc5f9bda to your computer and use it in GitHub Desktop.
Remove microdata from GP
if ( ! function_exists( 'generate_body_schema' ) ) :
function generate_body_schema()
{
echo '';
}
endif;
if ( ! function_exists( 'generate_article_schema' ) ) :
function generate_article_schema( $type = 'CreativeWork' )
{
echo '';
}
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment