Hi:
If we wanted the entire options array for a particular settings page, do we just use the WordPress get_option function with the option page id to do that? What if we wanted to delete the entire options array (eg: when we uninstall a plugin and want to clean up our data)? Or are there MB functions that handle these actions as well?
Thanks.