Created
July 29, 2026 19:54
-
-
Save Zodiac1978/ff066a4520ce38f54bc75dcbc9a6b02f to your computer and use it in GitHub Desktop.
Force WordPress Auto-Update (https://blog.birdhouse.org/2013/11/02/force-wordpress-auto-update/)
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
| <?php | |
| // request-update.php | |
| // https://blog.birdhouse.org/2013/11/02/force-wordpress-auto-update/ | |
| require dirname( __FILE__ ) . '/wp-load.php'; | |
| wp_maybe_auto_update(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment