Skip to content

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

Remove WooCommerce’s Marketing menu

Hides the Marketing menu and its recommendations. Coupons move back under WooCommerce.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Needs WooCommerce
  • Category WooCommerce
  • Tested with WordPress 7.1, WooCommerce 11.1
PHP
<?php

add_filter(
	'woocommerce_admin_features',
	static fn( $features ) => array_values( array_diff( (array) $features, array( 'marketing', 'coupons' ) ) )
);

In these packs

Move your snippets over this afternoon.

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