Disable WooCommerce Marketing menu
By OutsourcedContent — on June 1, 2020 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