Definition:
function media_upload_tabs() {}
Defined filters
- media_upload_tabs
apply_filters('media_upload_tabs', $_default_tabs)
Source code
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); }
2387
No comments yet... Be the first to leave a reply!