Hi,
I have a site with multiple pages constructed with BB plugin.
I have run a search and replace for a text string in the wp_posts table and can see that the content changed in the post_content field. However the content is the old string in the text editor field via Beaver plugin.
I deleted the cache but database shows correct and text editor incorrect.
Hi Neil,
BB pages are saved as serialized strings in wp_postmeta.
The simple content is also saved as post_content in wp_posts for enhanced compatibility (eg: Yoast Seo) and no lock-in policy, as you can disable BB at any time and retain your clean basic content.
You could also give this plugin a shot as it also updates serialized post-meta (you will still have to re-import the saved database tho) – https://wordpress.org/plugins/wp-migrate-db/