Last active
July 26, 2017 20:31
-
-
Save ryanl4321/1f9875d8cd8bad8a9e5d61f624ad6ef2 to your computer and use it in GitHub Desktop.
some good tings to start
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
define( 'DISALLOW_FILE_EDIT', true ); | |
define('WP_AUTO_UPDATE_CORE', 'minor'); | |
define('WP_SITEURL', 'https://'.$_SERVER['SERVER_NAME']); | |
define('WP_HOME', 'https://'.$_SERVER['SERVER_NAME']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment