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
The dynamic portion of the hook name, $type
, refers to the type of media being sent.
Parameters
- $html
-
HTML markup sent to the editor.
- $src
-
Media source URL.
- $title
-
Media title.
Source
Changelog
Version | Description |
---|---|
WP-3.3.0 | Introduced. |