Last active
February 18, 2018 19:07
-
-
Save wpchannel/29b648eb284988769bec4fab1a6fde26 to your computer and use it in GitHub Desktop.
Disable WooCommerce.com account notice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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