Skip to content

Instantly share code, notes, and snippets.

@sbruner
Last active January 16, 2016 03:45
Show Gist options
  • Save sbruner/346c5349b5cfe4cee8c6 to your computer and use it in GitHub Desktop.
Save sbruner/346c5349b5cfe4cee8c6 to your computer and use it in GitHub Desktop.
Piklist: field: hidden
<?php
piklist('field', array(
'type' => 'hidden',
'field' => 'post_id',
'value' => $post->ID // set the value of this hidden field to the Post ID.
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment