Created
January 18, 2016 02:34
-
-
Save sbruner/8133dea54ea2c1cb0649 to your computer and use it in GitHub Desktop.
Piklist: field: textarea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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