How do I export and import theme option settings?
Ah yes just use Customizer Export/Import plugin
Thanks
Hi @drfxwiz,
I hope you are well today and thank you for your question.
The shared Customizer Export/Import plugin allows you to export or import your WordPress customizer settings and not the theme options.
The Travelify theme options are stored in the WordPress database table “wp_options” having option_name as “travelify_theme_options” so you have to just export the value stored in this option and import it in to other database table wp_options
You can also use the following plugin to achieve it.
Best Regards,
Movin