apply_filters( "{$type}_send_to_editor_url", string $html, string $src, string $title )

Filters the URL sent to the editor for a specific media type.


Description Description

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


Parameters Parameters

$html

(string) HTML markup sent to the editor.

$src

(string) Media source URL.

$title

(string) Media title.


Top ↑

Source Source

File: wp-admin/includes/media.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.