media_upload_tabs, $_default_tabs
media_upload_tabs, $_default_tabs
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('media_upload_tabs, $_default_tabs') is found 1 times:
- /wp-admin/includes/media.php line 31
* @since 2.5.0 * * @param string[] $_default_tabs An array of media tabs. */ return apply_filters( 'media_upload_tabs', $_default_tabs ); } /** * Adds the gallery tab back to the tabs array if post has image attachments. * * @since 2.5.0