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 );

Comments

Post a Comment

Popular posts from this blog

Creating Protected routes in ReactJS

Redirect http to https in codeigniter