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.


Top ↑

Source

File: wp-admin/includes/media.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More