admin管理员组文章数量:1322340
- I have a list of 500+ URLs that need to be searched and replaced
- This is a spreadsheet with two columns, the match URL and the replacement URL
- I've been using
wp search-replace --all-tables 'foo' 'bar'
to update most URLs - However, I've noticed an issue with URLs that exist within ACF's "Link" field type. I think these URLs aren't being replaced because they are serialized
- I know interconnectit's Search-Replace-DB is usually suggested for more thorough search and replaces, although I don't see any option to bulk run this
Note to StackExchange mods - the ACF forum registration is not working at the moment so I cannot ask there.
- I have a list of 500+ URLs that need to be searched and replaced
- This is a spreadsheet with two columns, the match URL and the replacement URL
- I've been using
wp search-replace --all-tables 'foo' 'bar'
to update most URLs - However, I've noticed an issue with URLs that exist within ACF's "Link" field type. I think these URLs aren't being replaced because they are serialized
- I know interconnectit's Search-Replace-DB is usually suggested for more thorough search and replaces, although I don't see any option to bulk run this
Note to StackExchange mods - the ACF forum registration is not working at the moment so I cannot ask there.
Share Improve this question asked Sep 14, 2020 at 1:36 JonnyJonny 1456 bronze badges1 Answer
Reset to default 0I have not personally verified this but I had these two commands saved using WP-CLI which uses some clever regular expressions when I run into this scenario.
版权声明:本文标题:Is there any way to bulk search-replace URLs that exist within ACF's "Link" field type (serialized)? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742116178a2421478.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论