Skip to content

Instantly share code, notes, and snippets.

@dublado
Created December 14, 2011 20:48
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 dublado/1478440 to your computer and use it in GitHub Desktop.
Save dublado/1478440 to your computer and use it in GitHub Desktop.
wordpress url mudança / change wordpress url
update_option('siteurl', 'http://your.domain.name/the/path' );
update_option('home', 'http://your.domain.name/the/path' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment