interconnectit / Search-Replace-DB

This script was made to aid the process of migrating PHP and MySQL based websites. Works with most common CMSes.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
GNU General Public License v3.0
4k stars 855 forks source link

WPBakery raw html handling #246

Closed gstrat88 closed 4 years ago

gstrat88 commented 6 years ago

WPBakery adds [vc_raw_html] shortcode first use rawurlencode and then base64_encode to save the content. This patch takes care of this situation.

gianluigi-icit commented 4 years ago

thanks for the pull request! I cannot accept this change because there are so many other plugins and edge cases that makes this kind of search-replace task hard.