Skip to content

Instantly share code, notes, and snippets.

@dominicvogl
Created October 29, 2013 07:26
Show Gist options
  • Select an option

  • Save dominicvogl/7210369 to your computer and use it in GitHub Desktop.

Select an option

Save dominicvogl/7210369 to your computer and use it in GitHub Desktop.
Put this snippet into the wp_config.php when you want to disable wp 3.7+ auto core updates
<?php
// Put this snippet into the wp_config.php when you want to disable wp 3.7+ auto core updates
define( 'AUTOMATIC_UPDATER_DISABLED', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment