Advertisement
MarkdeScande

Remove WPMU DEV Dashboard

Jan 5th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <?php /*
  2.  
  3. **************************************************************************
  4.  
  5. Plugin Name: Remove Updates, Support, Premium Plugins, Community - WPMU DEV Dashboard.
  6. Plugin URI: http://www.bloglines.co.za/
  7. Version: 2013.01.05
  8. Description: Forces the "Remove" WPMU DEV Dashboard.
  9. Author: Mark de Scande and Shawn Gaffney
  10. Author URI: http://www.bloglines.co.za/
  11.  
  12. **************************************************************************/
  13.  
  14. if ( function_exists( 'wdp_un_check' ) ) {
  15. remove_action( 'admin_notices', 'wdp_un_check', 5 );
  16. remove_action( 'network_admin_notices', 'wdp_un_check', 5 );
  17. }
  18.  
  19. class WPMUDEV_Update_Notifications {}
  20.  
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement