Skip to content

Instantly share code, notes, and snippets.

@wpchannel
Last active February 18, 2018 19:07
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 wpchannel/29b648eb284988769bec4fab1a6fde26 to your computer and use it in GitHub Desktop.
Save wpchannel/29b648eb284988769bec4fab1a6fde26 to your computer and use it in GitHub Desktop.
Disable WooCommerce.com account notice
/* Disable WooCommerce.com Account Notice */
add_filter('woocommerce_helper_suppress_admin_notices', '__return_true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment