How To extend WP_Customize_Control
Example and class for usage You can see on my current theme, how it’s possible to use this. Also you can usage the class. See this class on Github an check the functions.php for include this. Start & init You can register your custom settings for the theme customizer via the customize_register hook: add_action( ‘customize_register’, … Read more