UPDATE `wp_posts` SET `post_content` = replace( `post_content` , 'old', 'new');
批量替换WordPress文章内容
扫描关注微信公众号
- 随缘发文,看心情分享
- 生活感悟、网络技术、运营分享
评论 (0)
UPDATE `wp_posts` SET `post_content` = replace( `post_content` , 'old', 'new');