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