MySQL query to replace bulk content
-
Good morning everyone!
I need to replace content from my posts but I wanna do it just for a particular WP user.
This code works for every posts but I don′t know how to modify it to fit my need.
update wp_posts set post_content = replace(post_content,'hml antiguo','html nuevo');
Thanks for your help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘MySQL query to replace bulk content’ is closed to new replies.