Solved - How To Disable "Connect Jetpack to activate WooCommerce Services"
Hello Guys,
You can fix "Connect Jetpack to activate WooCommerce Services" notification message from wordpress admin area, just copy and paste below code into you theme's functions.php.
add_filter( "woocommerce_helper_suppress_admin_notices","'__return_true );
You can fix "Connect Jetpack to activate WooCommerce Services" notification message from wordpress admin area, just copy and paste below code into you theme's functions.php.
add_filter( "woocommerce_helper_suppress_admin_notices","'__return_true );
This comment has been removed by the author.
ReplyDelete