Disable WooCommerce Marketing menu

Sumit Singh
21 May 2022

Add the following PHP code snippet in your favorite code manager plugin like Scripts organizer and set it to load on front end

add_filter( 'woocommerce_marketing_menu_items', '__return_empty_array' );

Was this article helpful?

Tags

Categories

Never miss new post again

Subscribe and get list of new posts in your inbox

Click to Copy