'type' => 'textarea'
piklist('field', array(
'type' => 'textarea',
'field' => 'my_textarea',
'label' => 'Text Area',
'attributes' => array(
'rows' => 10,
'cols' => 50,
'class' => 'large-text'
)
));
This documentation is a community effort. Please create an issue or pull request to help!