Skip to content

Instantly share code, notes, and snippets.

@sbruner
Created January 18, 2016 02:30
Show Gist options
  • Save sbruner/5ff3765ed6df39298f51 to your computer and use it in GitHub Desktop.
Save sbruner/5ff3765ed6df39298f51 to your computer and use it in GitHub Desktop.
Piklist: field: text
<?php
piklist('field', array(
'type' => 'text',
'field' => 'my_text',
'label' => 'Text',
'attributes' => array(
'class' => 'regular-text' // WordPress css class
)
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment