Skip to content

Instantly share code, notes, and snippets.

@ucheng
Created June 7, 2020 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ucheng/38236147435aa2ca66a820f6d49633b3 to your computer and use it in GitHub Desktop.
Save ucheng/38236147435aa2ca66a820f6d49633b3 to your computer and use it in GitHub Desktop.
Remove Marketing Hub in WooCommerce Admin
<?php
add_filter( 'woocommerce_marketing_menu_items', '__return_empty_array' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment