Skip to content

Instantly share code, notes, and snippets.

@Zodiac1978
Created July 29, 2026 19:54
Show Gist options
  • Select an option

  • Save Zodiac1978/ff066a4520ce38f54bc75dcbc9a6b02f to your computer and use it in GitHub Desktop.

Select an option

Save Zodiac1978/ff066a4520ce38f54bc75dcbc9a6b02f to your computer and use it in GitHub Desktop.
<?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