Bored of seeing “Connect your store…” nag messages? Are they confusing your clients?
Add this to your functions.php
add_filter( 'woocommerce_helper_suppress_admin_notices', '__return_true' );
Curated WooCommerce Snippets, Code & Help
Bored of seeing “Connect your store…” nag messages? Are they confusing your clients?
Add this to your functions.php
add_filter( 'woocommerce_helper_suppress_admin_notices', '__return_true' );