Skip to content

Instantly share code, notes, and snippets.

@chrisdavidmiles
Created July 1, 2017 21:26
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 chrisdavidmiles/475348b4819fcee832ac886ce394a25d to your computer and use it in GitHub Desktop.
Save chrisdavidmiles/475348b4819fcee832ac886ce394a25d to your computer and use it in GitHub Desktop.
Dynamically set WordPress home and siteurl
define('WP_SITEURL', $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST']);
define('WP_HOME', $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment