I updated to Meta Box Builder 4, and now some of my custom code I used to implement some stuff is no longer working. The function mbb_parse_meta_box_settings() no longer exists, and in fact, I can't seem to find how the new version of the plugin stores the settings at all.
It doesn't seem to be using the WordPress Database anymore. I need to be able to read the settings using a custom function I wrote. Where can I "find" the settings stored now?