title ) ? esc_html( $this -> title ) : ''; $json['notice'] = !empty( $this -> notice ) ? $this -> notice : ''; } return $json; } /** * Render a JS template for the content of the media control. * * @since 3.4.19 * @package Customizr * * @Override * @see WP_Customize_Control::content_template() */ public function content_template() { ?> <# if ( data.title ) { #>

{{{ data.title }}}

<# } #> <# if ( data.notice ) { #> {{{ data.notice }}} <# } #>