Disable only Marketing and notices, but not Admin
-
Hello there,
thank you for your plugin.
Is there a way to only disable the Marketing Tab and the notices?
Your plugin runs three filters
add_filter( ‘woocommerce_admin_disabled’, ‘__return_true’ );
add_filter( ‘woocommerce_marketing_menu_items’, ‘__return_empty_array’ );
add_filter( ‘woocommerce_helper_suppress_admin_notices’, ‘__return_true’ );The first one removes both Admin and Marketing tabs – do you know of a way to only remove Marketing?
Thank you in advance
Giacomo Bruzzo
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Disable only Marketing and notices, but not Admin’ is closed to new replies.