Remove related products from the product detail page in WooCommerce on child sites.
Snippet Type
Execute on Child Sites
Snippet
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
Remove related products from the product detail page in WooCommerce on child sites.
Snippet Type
Execute on Child Sites
Snippet
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.