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