Skip to content

Instantly share code, notes, and snippets.

@asterion
Created June 26, 2017 22:02
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 asterion/1bd8cadcbac813907dcdae4a8c7df9bd to your computer and use it in GitHub Desktop.
Save asterion/1bd8cadcbac813907dcdae4a8c7df9bd to your computer and use it in GitHub Desktop.
cambiar home y siteurl options de wp
update wp_options set option_value = '<aqui debe ir la url/ip>' where option_name = 'home' or option_name = 'siteurl';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment