Skip to content
simmontali edited this page Sep 17, 2019 · 1 revision

Date

{
  "id": "date",
  "type": "date",
  "size": "half",
  "label": "label",
  "description": "description",
  "required": true
}

The date field allows the user to select a date and save it.

Options

For the general settings fields, check the getting started page.

Custom options

The date field has no additional options.

Filters

The date field is, in fact, a BaseField. Because of that, you can filter the field's fetched value by calling WordPress' add_filter with the tag "aeria_get_base".

Clone this wiki locally