json['value'] = $this->value();
$this->json['link'] = $this->get_link();
$this->json['id'] = $this->id;
}
/**
* Render content.
*
* @since 1.0.0
*/
public function render_content() {}
/**
* Content template.
*
* @since 1.0.0
*/
public function content_template() {
?>
<# if ( data.label ) { #>
{{ data.label }}
<# } #>
<# if ( data.description ) { #>
{{ data.description }}
<# } #>