Skip to content

Instantly share code, notes, and snippets.

@rugor
Created February 20, 2017 18:41
Show Gist options
  • Save rugor/778e3768f0908e297c4e43cc391e976a to your computer and use it in GitHub Desktop.
Save rugor/778e3768f0908e297c4e43cc391e976a to your computer and use it in GitHub Desktop.
PHP: WordPress wp-config.php disable WP auto-update #rugor
define( 'WP_AUTO_UPDATE_CORE', false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment