Created
January 18, 2016 13:19
-
-
Save cdmz/58a045d7a01ca928f938 to your computer and use it in GitHub Desktop.
disable update plugins wordpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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