Switch language

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




media_upload_gallery [ WordPress Function ]

media_upload_gallery ( Keine Parameter )
Gibt zurück:
  • (unknown)
Definiert in:



{@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 );
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

Nutzerduskussionen [ wordpress.org ]

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



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