Skip to content

Instantly share code, notes, and snippets.

@Andy-set-studio
Created October 23, 2017 20:23
Show Gist options
  • Save Andy-set-studio/d6a998dd2fcdd0d2fb3c7d394e3bcce3 to your computer and use it in GitHub Desktop.
Save Andy-set-studio/d6a998dd2fcdd0d2fb3c7d394e3bcce3 to your computer and use it in GitHub Desktop.
[Override WP Host / Url] Override Wordpress domain. Allows you to override the domain without touching the database. Will resolve all urls to the domain you set
// Local site
define('WP_HOME', 'http://YOURPROJECT.LOCAL/');
define('WP_SITEURL', 'http://YOURPROJECT.LOCAL/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment