Guest User

Untitled

a guest
Feb 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. add_filter( 'woocommerce_helper_suppress_admin_notices', 'jmg_woocommerce_helper_suppress_admin_notices' );
  2.  
  3. // Don't show the 'Connect your store to WooCommerce.com to receive extensions updates and support.' nag
  4. function jmg_woocommerce_helper_suppress_admin_notices( $default ) {
  5. return true;
  6. }
Add Comment
Please, Sign In to add comment