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. Possible hook names include: <ul> <li>image_upload_iframe_src</li> <li>media_upload_iframe_src</li> </ul>
740*-`media_upload_iframe_src`741*742* @since 3.0.0743*744* @param string$upload_iframe_src The upload iframe source URL.745*/746$upload_iframe_src=apply_filters("{$type}_upload_iframe_src",$upload_iframe_src);747748returnadd_query_arg('TB_iframe',true,$upload_iframe_src);749}750751/**752* Handles form submissions for the legacy media uploader.
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.