Provide support for the Customizer Export/Import plugin
-
Would you be willing to add support for the Customizer Export/Import plugin? That can be done like so…
function easy_google_fonts_export_option_keys( $keys ) { $keys[] = 'tt_font_theme_options'; return $keys; } add_filter( 'cei_export_option_keys', 'easy_google_fonts_export_option_keys' );
Let me know what you think!
Justin
- The topic ‘Provide support for the Customizer Export/Import plugin’ is closed to new replies.