Sections
Example configuration
...
array(
'tab' => 'main',
'type' => 'sections',
'sections' => array(
array(
'title' => 'Section one',
'options' => array(
array(
'title' => 'My text field title',
'id' => 'text-option',
'desc' => 'Short description for the field',
'type' => 'text',
),
),
),
array(
'title' => 'Section two',
'options' => array(
array(
'title' => 'My textarea field title',
'id' => 'textarea-option',
'desc' => 'Short description for the field',
'type' => 'textarea',
),
),
),
),
),
...
Description
Params
Last updated