Skip to content

Instantly share code, notes, and snippets.

@sbruner
Created January 18, 2016 01:53
Show Gist options
  • Save sbruner/c0c83da8db3ac42b5540 to your computer and use it in GitHub Desktop.
Save sbruner/c0c83da8db3ac42b5540 to your computer and use it in GitHub Desktop.
Piklist: field: editor: basic
<?php
piklist('field', array(
'type' => 'editor',
'field' => 'my_editor_field',
'label' => 'Post Content'
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment