How to search and replace
-
How can I search and replace params in Master Slider? e.g. Strings in Path “2017/12” -> “media7/12” ?
Slides seams to be Base64 decoded in the Database. I tried to encode with
updatewp_masterslider_sliders
setparams
= FROM_BASE64(params
)
then search and replace and then back with
updatewp_masterslider_sliders
setparams
= TO_BASE64(params
)
But after this, Master Slider do not open the Slides.
Have anyone an idea for search and replace in Master Slider?
thanks a lot,
Bernd
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to search and replace’ is closed to new replies.