-
Notifications
You must be signed in to change notification settings - Fork 124
Number Field
Ajit Bohra edited this page Nov 13, 2016
·
3 revisions
A simple number field
- id (string) (required)
- name (string) (required) Field display name. Used as field label.
- type 'number' (string) (required)
- step (int) Step-up interval amount
array(
'id' => 'example-field-number',
'name' => 'A simple number field',
'type' => 'number',
),
- 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