Skip to content

Instantly share code, notes, and snippets.

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 webdados/2bd68a0550af110e93ad55a27bdf9b14 to your computer and use it in GitHub Desktop.
Save webdados/2bd68a0550af110e93ad55a27bdf9b14 to your computer and use it in GitHub Desktop.
Hide WooCommerce 3.3 (and above) helper notices, such as extensions updates and connection to WooCommerce.com request
<?php 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