Skip to content

Instantly share code, notes, and snippets.

@seb86
Last active December 18, 2015 04:49
Show Gist options
  • Save seb86/5728582 to your computer and use it in GitHub Desktop.
Save seb86/5728582 to your computer and use it in GitHub Desktop.
woocommerce-hooks.php - Added action for the product schema before the single products.
add_action( 'woocommerce_before_single_product', 'woocommerce_product_schema', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment