Disable WooCommerce Marketing menu


Add the following code to the functions.php of your active theme.

add_filter( 'woocommerce_marketing_menu_items', '__return_empty_array' );

This will remove the following Marketing menu added in WooCommerce 4.0

Image

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *