Skip to content

Instantly share code, notes, and snippets.

@gomako
Created April 18, 2015 22:00
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 gomako/326969a0c33e8ea1cb5d to your computer and use it in GitHub Desktop.
Save gomako/326969a0c33e8ea1cb5d to your computer and use it in GitHub Desktop.
Wordpress search and replace
UPDATE wp_posts SET post_content = REPLACE (
post_content,
'Item to replace here',
'Replacement text here');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment