wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



{$type}_upload_iframe_src › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( "{$type}_upload_iframe_src", $upload_iframe_src )
Parameter:
  • () upload_iframe_src The upload iframe source URL.
    Erforderlich: Ja
Definiert in:
Codex:

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

The dynamic portion of the hook name, `$type`, refers to the type of media uploaded. Possible hook names include: - `image_upload_iframe_src` - `media_upload_iframe_src`




Quellcode

$upload_iframe_src = apply_filters( "{$type}_upload_iframe_src", $upload_iframe_src );