apply_filters( 'media_upload_tabs', string[] $_default_tabs )

Filters the available tabs in the legacy (pre-3.5.0) media popup.


Parameters

$_default_tabs string[]
An array of media tabs.

Top ↑

Source

File: wp-admin/includes/media.php. View all references

return apply_filters( 'media_upload_tabs', $_default_tabs );


Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

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