Filters the insert media from URL form HTML.
Parameters
$form_html
string- The insert from URL form HTML.
Source
echo apply_filters( 'type_url_form_media', wp_media_insert_url_form( $type ) );
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
Filters the insert media from URL form HTML.
$form_html
stringecho apply_filters( 'type_url_form_media', wp_media_insert_url_form( $type ) );
Version | Description |
---|---|
3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.