Skip to content

Instantly share code, notes, and snippets.

@loorlab
Created July 2, 2019 06:32
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 loorlab/da233f4313a687a84588afdd4aff97c3 to your computer and use it in GitHub Desktop.
Save loorlab/da233f4313a687a84588afdd4aff97c3 to your computer and use it in GitHub Desktop.
Disable WordPress Auto-Update Feature

wp-config.php

define( 'WP_AUTO_UPDATE_CORE', false );

Allow only minor WordPress updates

define( 'WP_AUTO_UPDATE_CORE', minor );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment