Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




media_upload_gallery [ WordPress Function ]

media_upload_gallery ( No parameters )
Returns:
  • (unknown)
Defined at:



{@internal Missing Short Description}}

Source


<?php
function media_upload_gallery() {
    
$errors = array();

    if ( !empty(
$_POST) ) {
        
$return media_upload_form_handler();

        if ( 
is_string($return) )
            return 
$return;
        if ( 
is_array($return) )
            
$errors $return;
    }

    
wp_enqueue_script('admin-gallery');
    return 
wp_iframe'media_upload_gallery_form'$errors );
}
?>

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics