Fires inside limited and specific upload-tab views in the legacy (pre-3.5.0) media popup.
Description
The dynamic portion of the hook name, $tab, refers to the specific media upload tab. Possible values include 'library' (Media Library), or any custom tab registered via the 'media_upload_tabs' filter.
111* The dynamic portion of the hook name,`$tab`, refers to the specific112* media upload tab. Possible values include'library'(Media Library),113*or any custom tab registered via the {@see 'media_upload_tabs'} filter.114*115* @since 2.5.0116*/117do_action("media_upload_{$tab}");118}119
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.