Skip to content

Instantly share code, notes, and snippets.

@cdmz
Created January 18, 2016 13:19
Show Gist options
  • Save cdmz/58a045d7a01ca928f938 to your computer and use it in GitHub Desktop.
Save cdmz/58a045d7a01ca928f938 to your computer and use it in GitHub Desktop.
disable update plugins wordpress
remove_action('load-update-core.php','wp_update_plugins');
add_filter('pre_site_transient_update_plugins','__return_null');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment