Skip to content

Instantly share code, notes, and snippets.

@dompascal
Created December 15, 2013 17:31
Show Gist options
  • Save dompascal/7975726 to your computer and use it in GitHub Desktop.
Save dompascal/7975726 to your computer and use it in GitHub Desktop.
WP - Changing the site urls via the wp-config.php
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