pro_text); $json['pro_description'] = esc_html($this->pro_description); $json['pro_url'] = esc_url($this->pro_url); return $json; } /** * Outputs the Underscore.js template. * * @since 1.0.0 * @access public * @return void */ protected function render_template() { ?>
{{ data.pro_description }}
<# if ( data.pro_text && data.pro_url ) { #> {{ data.pro_text }} <# } #>