apply_filters( ‘type_url_form_media’, string $form_html )

In this article

Filters the insert media from URL form HTML.

Parameters

$form_htmlstring
The insert from URL form HTML.

Source

echo apply_filters( 'type_url_form_media', wp_media_insert_url_form( $type ) );

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

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