Last active
October 28, 2019 17:24
-
-
Save robin-scott/cb297a299ebe8eb8b405e32230e3c013 to your computer and use it in GitHub Desktop.
Only use product tags in WooCommerce related 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
// Remove categories and only use tags in WooCommerce related products - By Robin Scott of Silicon Dales see https://silicondales.com/tutorials/woocommerce/remove-categories-only-use-tags-related-products/ | |
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