Skip to content

Instantly share code, notes, and snippets.

@ranchodeluxemedia
Created March 14, 2017 03:55
Show Gist options
  • Save ranchodeluxemedia/f80dd0233ac95ae71012bb3310eb5606 to your computer and use it in GitHub Desktop.
Save ranchodeluxemedia/f80dd0233ac95ae71012bb3310eb5606 to your computer and use it in GitHub Desktop.
Domain agnostic wordpress setup
<?php
define('WP_HOME', "http://{$_SERVER['HTTP_HOST']}/");
define('WP_SITEURL', "http://{$_SERVER['HTTP_HOST']}/");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment