Meta Box
Support Forum
Support › MB Settings Page › Export and Import Settings data is possible?Resolved
Hey, So far, enjoying building the fields for my settings page.
Is it possible to export and import the settings data, so the users can backup the data and import when they want to previous data? Like redux fm?
Hi Aishwarya,
All the settings are saved in a single option in the options table. You can write a code to get_option and update_option for your users. It's not built-in the plugin, though.
get_option
update_option
Hi Anh Tran,
So for non developers, there is no easy way to import all the CF, Taxonomies and CPTs from a previous install (like what ACF offers with a JSON file)?
Laurent
EDIT to my previous comment: I found how to do it.
FOR CPTs & TAXONOMIES: In the left menu of WP, Tools > Import / Export.
FOR CUSTOM FIELDS: Visit this link: https://docs.metabox.io/extensions/meta-box-builder/#export--import