Created
April 22, 2022 08:14
-
-
Save bradleysa/44e8dfc6bd8736905a455ebb701e7899 to your computer and use it in GitHub Desktop.
Disable Automatic Updates for WordPress Themes (UI)
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
| 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