Skip to content

Instantly share code, notes, and snippets.

@sbruner
Created January 18, 2016 02:34
Show Gist options
  • Save sbruner/8133dea54ea2c1cb0649 to your computer and use it in GitHub Desktop.
Save sbruner/8133dea54ea2c1cb0649 to your computer and use it in GitHub Desktop.
Piklist: field: textarea
<?php
piklist('field', array(
'type' => 'textarea',
'field' => 'my_textarea',
'label' => 'Text Area',
'attributes' => array(
'rows' => 10,
'cols' => 50,
'class' => 'large-text'
)
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment