Skip to content

Commit c91b23b

Browse files
authored
Disable Connect your store to WooCommerce.com to receive extensions updates and support admin notice Add
add_filter( 'woocommerce_helper_suppress_admin_notices', '__return_true' );
1 parent f2697e8 commit c91b23b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wc-performance-improvements.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ function deregister_or_dequeue_scripts() {
6565
}
6666

6767
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

Comments
 (0)