-
Notifications
You must be signed in to change notification settings - Fork 124
Colour Picker Field
Ajit Bohra edited this page Nov 13, 2016
·
2 revisions
A colour picker field
- id (string) (required)
- name (string) (required) Field display name. Used as field label.
- type 'colorpicker' (string) (required)
array(
'id' => 'example-color-picker',
'name' => 'A color picker field',
'type' => 'colorpicker',
),
- Setup/Install Custom Meta Boxes
- Creating a custom meta box
- Displaying Field Data
- Optional Generic Field Args
- Repeatable Fields
General
- Text Field
- Small Text Field
- Number Field
- URL Field
- Textarea Field
- Code Field
- Select Field
- Checkbox Input Field
- Radio Input Field
Date & Time
WordPress
Media
Utilities