Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/media-upload.php | apply_filters | 78 | /** * Filters the default tab in the legacy (pre-3.5.0) media popup. * * @since 2.5.0 * * @param string $tab The default media popup tab. Default 'type' (From Computer). */ |
wp-admin/includes/media.php | apply_filters | 90 | /** * Outputs the legacy media upload tabs UI. * * @since 2.5.0 * * @global string $redir_tab */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $tab | The default media popup tab. Default 'type' (From Computer). |