Skip to content

Instantly share code, notes, and snippets.

@betawax
Created September 30, 2014 08:03
Show Gist options
  • Save betawax/d1d27f6234c8c6b1e3b8 to your computer and use it in GitHub Desktop.
Save betawax/d1d27f6234c8c6b1e3b8 to your computer and use it in GitHub Desktop.
WordPress address constants
define('WP_SITEURL', 'http://example.com');
define('WP_HOME', 'http://example.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment