Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Last active October 30, 2022 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shameemreza/49cd93a49906beefc66eca4b772cade7 to your computer and use it in GitHub Desktop.
Save shameemreza/49cd93a49906beefc66eca4b772cade7 to your computer and use it in GitHub Desktop.
/**
* Disable Plugin Update Notifications
* https://orixlab.net/disable-updates-for-specific-plugin-in-wordpress
* Place at bottom in theme functions.php
*/
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