Skip to content

Instantly share code, notes, and snippets.

@kontikidigital
Last active May 29, 2018 14:59
Show Gist options
  • Save kontikidigital/9f566770ff7d621fbd6396c5a2536f61 to your computer and use it in GitHub Desktop.
Save kontikidigital/9f566770ff7d621fbd6396c5a2536f61 to your computer and use it in GitHub Desktop.
WooCommerce: Remove connect to WooCommerce Message
<?php
// Do NOT include the opening php tag.
/* Remove connect to WooCommerce Message */
add_filter( 'woocommerce_helper_suppress_admin_notices', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment