• Resolved Rami

    (@rami4625)


    Hi,
    I want To Show Related Products Based On Categories Only (without tags),

    I tried using woocommerce_product_related_posts_relate_by_tag filter in functions.php file by this way :

    add_filter( ‘woocommerce_product_related_posts_relate_by_tag’, function() {
    return false;
    });

    But nothing change,

    Any suggestions to make that happen without other plugins?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show Related Products Based On Categories Only’ is closed to new replies.