Skip to content

Instantly share code, notes, and snippets.

@seb86
Created June 7, 2013 16:07
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 seb86/5730401 to your computer and use it in GitHub Desktop.
Save seb86/5730401 to your computer and use it in GitHub Desktop.
woocommerce\woocommerce-template.php - Between Line 466 Line 467
if ( ! function_exists( 'woocommerce_product_schema' ) ) {
/**
* Outputs the correct Schema for the beginning of the product container.
*
* @access public
* @subpackage Product
* @return void
*/
function woocommerce_product_schema(){
woocommerce_get_template( 'single-product/schema.php' );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment