Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created June 29, 2018 19:04
Show Gist options
  • Save lukecav/6fa35f92b435e5c8d175f8c669ad396e to your computer and use it in GitHub Desktop.
Save lukecav/6fa35f92b435e5c8d175f8c669ad396e to your computer and use it in GitHub Desktop.
Disable the “Connect your store to WooCommerce.com to receive extensions updates and support.” admin notice from WooCommerce
add_filter( 'woocommerce_helper_suppress_admin_notices', '__return_true' );
@jessuppi
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment