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