Filters the available tabs in the legacy (pre-3.5.0) media popup.
Parameters
$_default_tabsstring[]- An array of media tabs.
Source
return apply_filters( 'media_upload_tabs', $_default_tabs );
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
Filters the available tabs in the legacy (pre-3.5.0) media popup.
$_default_tabsstring[]return apply_filters( 'media_upload_tabs', $_default_tabs );
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.