Skip to content

Instantly share code, notes, and snippets.

@arkadiusjonczek
Created April 2, 2016 21:25
Show Gist options
  • Select an option

  • Save arkadiusjonczek/161e866bab0f54f5ac6dc7a432beb89e to your computer and use it in GitHub Desktop.

Select an option

Save arkadiusjonczek/161e866bab0f54f5ac6dc7a432beb89e to your computer and use it in GitHub Desktop.
WordPress: Set SITEURL in 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