Last active
December 18, 2015 04:49
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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