Skip to content

Instantly share code, notes, and snippets.

@yogeshdubey2006
Created January 3, 2019 05:39
Show Gist options
  • Save yogeshdubey2006/d151786f7659c838d1c775849fea0559 to your computer and use it in GitHub Desktop.
Save yogeshdubey2006/d151786f7659c838d1c775849fea0559 to your computer and use it in GitHub Desktop.
WordPress - auto update
<?php
/* add below code in wp-config.php file.
*
*/ ?>
<?php define( 'WP_AUTO_UPDATE_CORE', true ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment