Remove "Connect your store to WooCommerce.com to receive extensions updates and support." admin notice in WooCommerce

// Add this to your (child) theme's functions.php file:
add_filter( 'woocommerce_helper_suppress_admin_notices', '__return_true' );

Leave a Comment