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