Skip to content

Instantly share code, notes, and snippets.

@dublado
Created December 14, 2011 20:48
Show Gist options
  • Select an option

  • Save dublado/1478440 to your computer and use it in GitHub Desktop.

Select an option

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