Is there any way to bulk search-replace URLs that exist within ACF’s “Link” field type (serialized)?
Question
- 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.
0
4 months
0 Answers
14 views
0
Leave an answer
You must login or register to add a new answer .