pro_text; $json['pro_url'] = $this->pro_url; $json['options'] = $this->options; $json['upgrade'] = $this->upgrade; return $json; } /** * Outputs the Underscore.js template. * * @since 1.0.0 * @access public * @return void */ protected function render_template() { ?>
  • <# if ( data.upgrade ) { #>
    <# } #> <# if ( data.title ) { #> <# } #> <# if ( _.isArray(data.options) && !_.isEmpty(data.options) ) { #>
    <# _.each( data.options, function(key, value) { #> {{ key }}
    <# }) #>
    <# } #> <# if ( data.pro_text && data.pro_url ) { #> {{ data.pro_text }} <# } #> <# if ( data.upgrade ) { #>
    <# } #>