load_options();
$field_data = array_merge( $field_data, array(
'options' => $this->parse_options( $this->options ),
) );
return $field_data;
}
/**
* The main Underscore template of this field.
*/
public function template() {
?>
<# if (_.isEmpty(options)) { #>
<# } else { #>
<# } #>