Skip to content

Instantly share code, notes, and snippets.

@MattReimer
Created November 14, 2013 17:48
Show Gist options
  • Save MattReimer/7471158 to your computer and use it in GitHub Desktop.
Save MattReimer/7471158 to your computer and use it in GitHub Desktop.
$site_addr = "http://". $_SERVER['HTTP_HOST'] . "/cultch";
define('WP_HOME', $site_addr);
define('WP_SITEURL', $site_addr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment