post-plupload-upload-ui WordPress Action Hook
This hook is called after the UI for uploading files has been displayed. It can be used to add custom fields to the upload form or to add extra UI elements.
do_action( 'post-plupload-upload-ui' ) #
Fires after the upload interface loads.