Skip to content

Instantly share code, notes, and snippets.

@jonaslsl
Created January 19, 2015 12:02
Show Gist options
  • Save jonaslsl/e4c31ef392c279668b70 to your computer and use it in GitHub Desktop.
Save jonaslsl/e4c31ef392c279668b70 to your computer and use it in GitHub Desktop.
wp url change
<?php
define('WP_HOME','http://localhost/');
define('WP_SITEURL','http://localhost/');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment