Created
January 15, 2016 03:56
-
-
Save sbruner/9aeeb1436afac17decfb to your computer and use it in GitHub Desktop.
Piklist: field: file: media
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' => '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