As you can read in my title, I’m looking for a way to save and retrieve all non-content data (settings, templates, etc) from Bricks, outside of the (main) database. Is there a way to hook into the saving mechanisms Bricks uses?
A bit scary that there is no response to this. Just about to migrate a staging site build on bricks to production…
page building data gets saved on wp_postmeta table and most of the bricks builder settings saved to wp_options table.
so many themes or plugins uses options table so you need to filter out your settings there same for postmeta too
and there is wp_bricks_form_submissions