Posts related to: Customizer

An SVG logo Custom Control for the WordPress Customizer

Another proof of concept. The custom control You create a custom control by extending the WP_Customize_Control class. I check for WP_Customizer_Control existence before adding custom control because WP_Customize_Control is loaded on customizer page only. list_svg() Create a option list with URLs to SVG files. The SVG files are defined in svg.json...