Skip to content

Instantly share code, notes, and snippets.

@sbruner
Created January 15, 2016 03:56
Show Gist options
  • Save sbruner/9aeeb1436afac17decfb to your computer and use it in GitHub Desktop.
Save sbruner/9aeeb1436afac17decfb to your computer and use it in GitHub Desktop.
Piklist: field: file: media
<?php
piklist('field', array(
'type' => 'file'
,'field' => 'upload_media'
,'label' => 'Add File(s)'
,'description' => 'This is the media uploader'
,'options' => array(
'modal_title' => 'Add File(s)'
,'button' => 'Add'
)
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment