{$type}_upload_iframe_src

{$type}_upload_iframe_src

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('{$type}_upload_iframe_src') is found 1 times:

  • /wp-admin/includes/media.php line 729
    	 * @since 3.0.0
    	 *
    	 * @param string $upload_iframe_src The upload iframe source URL.
    	 */
    	$upload_iframe_src = apply_filters( "{$type}_upload_iframe_src", $upload_iframe_src );
    
    	return add_query_arg( 'TB_iframe', true, $upload_iframe_src );
    }
    
    /**
     * Handles form submissions for the legacy media uploader.