Created
April 18, 2015 22:00
-
-
Save gomako/326969a0c33e8ea1cb5d to your computer and use it in GitHub Desktop.
Wordpress search and replace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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