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