$sbsa_settings[] = array(
'section_id' => 'general', // The section ID ( 'section_description' => 'Some intro description about this section.', // The section description (optional)
'section_order' => 5, // The order of the section (default' => 'This is the default value'
),
array(
'id' => 'select',
'title' => 'Select',
'desc' => 'This is a description.',
'type' => 'select',
'default' => 'green',
'choices' => array(
'red' => 'Red',
'green' => 'Green',
'blue' => 'Blue'
)
),
// add as many fields as you need...
)
);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.