Skip to content

Instantly share code, notes, and snippets.

@ryanl4321
Last active July 26, 2017 20:31
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 ryanl4321/1f9875d8cd8bad8a9e5d61f624ad6ef2 to your computer and use it in GitHub Desktop.
Save ryanl4321/1f9875d8cd8bad8a9e5d61f624ad6ef2 to your computer and use it in GitHub Desktop.
some good tings to start
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