We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2697e8 commit c91b23bCopy full SHA for c91b23b
wc-performance-improvements.php
@@ -65,3 +65,6 @@ function deregister_or_dequeue_scripts() {
65
}
66
67
add_action('wp_print_scripts', 'deregister_or_dequeue_scripts', 20);
68
+
69
+// Disable Connect your store to WooCommerce.com to receive extensions updates and support admin notice
70
+add_filter( 'woocommerce_helper_suppress_admin_notices', '__return_true' );
0 commit comments