media_upload_gallery_form [ WordPress Function ]
media_upload_gallery_form ( $errors )
| Parameters: |
|
| Defined at: |
|
Soorgelijke functies: media_upload_gallery, media_upload_library_form, media_upload_type_form, media_upload_form, media_upload_type_url_form
{@internal Missing Short Description}}
Source
<?php
function media_upload_gallery_form($errors) {
global $redir_tab, $type;
$redir_tab = 'gallery';
media_upload_header();
$post_id = intval($_REQUEST['post_id']);
$form_action_url = admin_url("media-upload.php?type=$type&tab=gallery&post_id=$post_id");
$form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
$form_class = 'media-upload-form validate';
if ( get_user_setting('uploader') )
$form_class .= ' html-uploader';
?>
<script type="text/javascript">
<!--
jQuery(function($){
var preloaded = $(".media-item.preloaded");
if ( preloaded.length > 0 ) {
preloaded.each(function(){prepareMediaItem({id:this.id.replace(/[^0-9]/g, '')},'');});
updateMediaForm();
}
});
?>
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- media_upload_gallery_form() WordPress function reference ...
Source. function media_upload_gallery_form($errors) { global $redir_tab, $type; $redir_tab = 'gallery'; media_upload_header(); $post_id ...
queryposts.com - #20115 (Filter For media_upload_gallery_form) – WordPress Trac
I recently ran into a project where we wanted to modify a gallery and interject some new gallery options. As such the most simple user interface was to add a new ...
core.trac.wordpress.org - WordPress › Support » i want to make plugin to mod some of admin ...
media_upload_gallery_form - i'll add some text here near the buttons. bit of a luxury, so i'm not so worried about this one really. so what i'm hoping is that i can ...
wordpress.org - media_upload_form (WordPress Function) - WPSeek.com
Similar Functions: media_upload_type_form, media_upload_file, media_upload_form_handler, media_upload_gallery_form, media_upload_library_form ...
wpseek.com