Uses
Uses | Description |
---|---|
wp-admin/includes/media.php: {$type}_upload_iframe_src | Filters the upload iframe source URL for a specific media type. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |