Text
Example configuration
...
array(
'title' => 'My text field title',
'id' => 'text-option',
'desc' => 'Short description for the field',
'type' => 'text',
'place' => array(
'page' => 'my-options-page',
'tab' => 'main',
),
),
...
Params
Name
Type
Description
Last updated