Skip to content

Instantly share code, notes, and snippets.

@JohnBunka
Last active July 21, 2016 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnBunka/79180d7da4e1154ecde420787d277479 to your computer and use it in GitHub Desktop.
Save JohnBunka/79180d7da4e1154ecde420787d277479 to your computer and use it in GitHub Desktop.
Relocate and update WordPress site URLs / Great when moving a site and updating the links
//* Update the URL for the site https://codex.wordpress.org/Changing_The_Site_URL
update_option('siteurl','http://example.com');
update_option('home','http://example.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment