Remove categories and tags from product pages
Removes the “SKU / Category / Tags” line under the add-to-cart button on single product pages.
<?php
add_action(
'wp',
static function () {
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
}
);
Good to know
For classic product templates. In a block theme, remove the Product Meta block in the Single Product template instead.
In these packs
- WooCommerce: shop and product pages: Badges, price display, tabs and layout for your shop and product pages.