Advertisement
thesufi

turn off wordpress plugin update notification

Nov 28th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. //turn off all plugin update notification
  2. remove_action('load-update-core.php','wp_update_plugins');
  3. add_filter('pre_site_transient_update_plugins','__return_null');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement