@@ -39,6 +39,9 @@ discard block |
||
39 | 39 | return $this->rendered( $date_input . "\n" . $time_input ); |
40 | 40 | } |
41 | 41 | |
42 | + /** |
|
43 | + * @param boolean $has_good_value |
|
44 | + */ |
|
42 | 45 | public function date_args( $args, $has_good_value ) { |
43 | 46 | $date_args = wp_parse_args( $args['datepicker'], array( |
44 | 47 | 'class' => 'cmb2-text-small cmb2-datepicker', |
@@ -54,6 +57,9 @@ discard block |
||
54 | 57 | return $this->parse_picker_options( 'date', $date_args ); |
55 | 58 | } |
56 | 59 | |
60 | + /** |
|
61 | + * @param boolean $has_good_value |
|
62 | + */ |
|
57 | 63 | public function time_args( $args, $has_good_value ) { |
58 | 64 | $time_args = wp_parse_args( $args['timepicker'], array( |
59 | 65 | 'class' => 'cmb2-timepicker text-time', |