Remove related products
Single product pages stop showing the “Related products” section.
<?php
add_action(
'wp',
static function () {
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
}
);
Good to know
For classic product templates. In a block theme, remove the Related Products block from the Single Product template.
In these packs
- WooCommerce: shop and product pages: Badges, price display, tabs and layout for your shop and product pages.