• hi all,
    in order to allow the upload of favicons in the customizer, is it safe/correct to extend WP_Customize_Image_Control this way?

    class My_Custom_Favicon_Control extends WP_Customize_Image_Control {
    	public $extensions = array( 'gif', 'ico', 'png' );
    }

    thx in advance

  • The topic ‘customizer and favicon’ is closed to new replies.