sigil88
12/12/2016 - 9:37 AM

mysql queries / db snippets

mysql queries / db snippets

UPDATE wp_posts SET post_content = REPLACE (
post_content,
'Item to replace here',
'Replacement text here');