Created
September 30, 2014 08:03
-
-
Save betawax/d1d27f6234c8c6b1e3b8 to your computer and use it in GitHub Desktop.
WordPress address constants
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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