Switch language

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




media_upload_tabs [ WordPress Function ]

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



{@internal Missing Short Description}}

Source


<?php
function media_upload_tabs() {
    
$_default_tabs = array(
        
'type' => __('From Computer'), // handler action suffix => tab text
        
'type_url' => __('From URL'),
        
'gallery' => __('Gallery'),
        
'library' => __('Media Library')
    );

    return 
apply_filters('media_upload_tabs'$_default_tabs);
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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