apply_filters( ‘media_upload_tabs’, string[] $_default_tabs )

In this article

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

VersionDescription
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.