Uses
Uses | Description |
---|---|
wp-admin/media-upload.php: media_upload_default_tab | Filters the default tab in the legacy (pre-3.5.0) media popup. |
wp-admin/includes/media.php: media_upload_tabs() | Defines the default media upload tabs |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |