$this->datepicker_options, ) ); return $field_data; } /** * The Underscore template of this field **/ public function template() { ?>
set_datepicker_options( $options ); } /** * Set datepicker options */ public function set_datepicker_options( $options ) { $this->datepicker_options = $options; return $this; } }