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

Hidden

{
  "type": "hidden",
  "id": "input-hidden",
  "value": "value",
  "label": "input-hidden",
  "description": "description",
  "step": 2,
  "required": true
}

The hidden field can contain data you might need in the backend, but don't want to show to the user.

Options

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

Filters

You can filter the field's fetched value by calling WordPress' add_filter with the tag "aeria_get_base".