choices;
$choices = array_filter( array_merge( array_flip( $this->value() ), $choices ) );
$this->json['choices'] = $choices;
$this->json['link'] = $this->get_link();
$this->json['value'] = $this->value();
$this->json['id'] = $this->id;
}
/**
* Render Settings
*/
public function content_template() {
?>
<# if ( ! data.choices ) {
return;
} #>
<# if ( data.label ) { #>