Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Remove categories and tags from product pages

Removes the “SKU / Category / Tags” line under the add-to-cart button on single product pages.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Needs WooCommerce
  • Category WooCommerce
  • Tested with WordPress 7.1, WooCommerce 11.1
PHP
<?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

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.