Text
A single-line text input for short content like titles, names, and labels.
A single-line text input for short content like titles, names, and labels.
A multi-line text input for longer content like descriptions, excerpts, and paragraphs.
A URL input field with validation for web addresses and external links.
An email input field with validation for email addresses.
A date picker field for selecting and storing dates.
An on/off switch for boolean values like featured status, visibility, or any true/false setting.
A dropdown select field for choosing a single option from a predefined list.
A multiple-selection field using checkboxes, returning an array of selected values.
Radio buttons for selecting a single option from a visible list.
A visual button-based selector for single-choice selection with a more prominent UI.
An image uploader that integrates with the WordPress media library and returns an attachment ID.
A file uploader that integrates with the WordPress media library and returns an attachment ID.
A multiple-image uploader with ordering support that returns an array of attachment IDs.
A repeatable row field that lets users add, remove, and reorder groups of sub-fields.