Skip to content

Instantly share code, notes, and snippets.

@guillaumemolter
Created June 6, 2014 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guillaumemolter/6e1ce2b94b2a237f6403 to your computer and use it in GitHub Desktop.
Save guillaumemolter/6e1ce2b94b2a237f6403 to your computer and use it in GitHub Desktop.
Force all auto updates in WordPress
<?php
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'WP_AUTO_UPDATE_PLUGIN', true );
define( 'WP_AUTO_UPDATE_TRANSLATION', true );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment