choices; $json['link'] = $this->get_link(); $json['value'] = (array) $this->value(); $json['id'] = $this->id; $json['subcontrols'] = $this->subcontrols; $json['parent'] = $this->parent; return $json; } /** * Underscore JS template to handle the control's output. * * @since 1.1.40 * @access public * @return void */ public function content_template() { ?> <# if ( ! data.choices ) { return; } #>