Skip to content

Instantly share code, notes, and snippets.

@ashsaraga
Created May 31, 2018 20:17
Show Gist options
  • Save ashsaraga/3dc4dd6966df77a07aed91b40d131bf3 to your computer and use it in GitHub Desktop.
Save ashsaraga/3dc4dd6966df77a07aed91b40d131bf3 to your computer and use it in GitHub Desktop.
Include in `wp-config.php` to set the URL for a WordPress install.
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment