Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Idiom

    (@brianbrey)

    Found this code to add to the functions.php file..

    if ( function_exists( 'wdp_un_check' ) ) {
    remove_action( 'admin_notices', 'wdp_un_check', 5 );
    remove_action( 'network_admin_notices', 'wdp_un_check', 5 );
    }
    
    class WPMUDEV_Update_Notifications {}

    That is exactly why I don’t want to use the WPMU DEV Wiki plugin. Thanks for posting the above code by the way!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPMU DEV Dashboard Plugin – Silly’ is closed to new replies.