{$type}_upload_iframe_src

Advertisement

Summery Summery

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

Syntax Syntax

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

Description Description

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

Parameters Parameters

$upload_iframe_src

The upload iframe source URL by type.

Source Source

File: wp-admin/includes/media.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply