Is there a way to export each option page’s data? We have a large team working on with ACF Options on multiple installs. We need a way to export and import this data into a main ACF Options install.
Hi @dallen
Currently, there is no exporter for the options. However, it would be quite easy to run some SQL to select all data from the wp_options table where the option_name starts with ‘options_’
Cheers
E