Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 08:14
Show Gist options
  • Select an option

  • Save bradleysa/44e8dfc6bd8736905a455ebb701e7899 to your computer and use it in GitHub Desktop.

Select an option

Save bradleysa/44e8dfc6bd8736905a455ebb701e7899 to your computer and use it in GitHub Desktop.
Disable Automatic Updates for WordPress Themes (UI)
add_filter( 'themes_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