apply_filters( 'media_upload_default_tab', string $tab )

Filters the default tab in the legacy (pre-3.5.0) media popup.


Parameters

$tab string
The default media popup tab. Default 'type' (From Computer).

Top ↑

Source

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

$tab = apply_filters( 'media_upload_default_tab', 'type' );


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.