type_url_form_media WordPress Filter Hook
The type_url_form_media hook is used to add a custom type URL to the WordPress media library. This can be used to add a custom media type URL for images, videos, or other media types.
apply_filters( 'type_url_form_media', string $form_html ) #
Filters the insert media from URL form HTML.
Parameters
- $form_html
(string)The insert from URL form HTML.
Source
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |