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