live-composer/live-composer-page-builder

Live composer overwriting post_content

Closed this issue · 2 comments

Hi,
We have been using Live Composer for years. Live Composer used to leave the regular post_content alone (maybe only if the cache was disabled, but could be normally too), but now it seems to be inserting rendered live composer code in the post_content field on save in:

/includes/display-functions.php->dslc_filter_content()

Is it possible to restore the original functionality, so that the wp_posts.post_content field is not overwritten on save of the live composer editor.

Thanks.

Really need a fix to this issue

Oh checking on recent versions it seems to have been fixed:
8db4b17

This was a bad update to Live Composer, even if it was temporary. It has overwritten a lot of content in our database which we have no way of recovering, as the bug wasn't discovered until after our database backups had expired.