<# } #>
- <# if (data.label) { #>
<# if (marked) { #>{{{ marked(data.label) }}}<# } else { #>{{{ data.label }}}<# } #><# } #>
- <# if (data.description) { #>
class="description customize-control-description"<# } #>><# if (marked) { #>{{{ marked(data.description) }}}<# } else { #>{{{ data.description }}}<# } #><# } #>
- <# if (marked && data.markdown) { #>
{{{ marked(data.markdown) }}}
<# } #>
- <# if (data.alert) { #>
<# } #>
- register_control_type( 'KKcp_Customize_Control_Content' );
/**
@@ -1675,7 +1347,7 @@ protected function js_tpl() {
* @author KnitKode