0
votes
1answer
64 views

Sql edits overwritten when editing a page/post via the wp editor [closed]

When I move a site from staging to production, I run a little sql to replace urls within page content: update wp_posts set post_content = replace(post_content, '#stagingaddress#', ...