Created
March 2, 2015 11:07
-
-
Save woogist/c8941070f22e611c972d to your computer and use it in GitHub Desktop.
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
/** | |
* Does not filter related products by tag | |
*/ | |
add_filter( 'woocommerce_product_related_posts_relate_by_tag', '__return_false' ); | |
/** | |
* Does not filter related products by category | |
*/ | |
add_filter( 'woocommerce_product_related_posts_relate_by_category', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment