Hide Jetpack nag for Clef migration

Add this to a plugin or maybe your functions.php file to remove the nag at the top of most admin pages.

add_action( 'plugins_loaded', function(){ remove_action( 'init', array( 'ClefWindDown', 'init' ), 1 ); } );

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.