Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 08:14
Show Gist options
  • Save bradleysa/d327d79d8fe3714d06d2369f2587856d to your computer and use it in GitHub Desktop.
Save bradleysa/d327d79d8fe3714d06d2369f2587856d to your computer and use it in GitHub Desktop.
Disable Automatic Updates for WordPress Plugins (UI)
add_filter( 'plugins_auto_update_enabled', '__return_false' );
/** https://woorkup.com/wordpress-disable-automatic-updates/ **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment