apply_filters( "{$type}_upload_iframe_src", string $upload_iframe_src )

Filters the upload iframe source URL for a specific media type.


Description

The dynamic portion of the hook name, $type, refers to the type of media uploaded.


Parameters

$upload_iframe_src

(string) The upload iframe source URL by type.


Source

File: wp-admin/includes/media.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.0.0 Introduced.