Created
January 3, 2019 05:39
-
-
Save yogeshdubey2006/d151786f7659c838d1c775849fea0559 to your computer and use it in GitHub Desktop.
WordPress - auto update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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