type = 'Date'; parent::__construct(); } public function render( $field, $value = null ) { $field = array_merge( $this->defaults, $field ); if ( ! isset( $field['id'] ) ) { $field['id'] = sanitize_title( $field['id'] ); } echo ''; } }