Skip to content

Instantly share code, notes, and snippets.

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 mrkdevelopment/d1f2b8fd9da3f5dbc2dd8269f93ff175 to your computer and use it in GitHub Desktop.
Save mrkdevelopment/d1f2b8fd9da3f5dbc2dd8269f93ff175 to your computer and use it in GitHub Desktop.
WP CLI Command for search and replace when sending a WP site live.
wp search-replace 'old.domain.com' 'new.domain.com' --precise --all-tables --skip-columns=guid,user_email --report-changed-only --dry-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment