WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about type_url_form_media

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/media.php apply_filters 2508 /**
* Filters the insert media from URL form HTML.
*
* @since 3.3.0
*
* @param string $form_html The insert from URL form HTML.
*/

Hook Parameters

Parameter Type Name Description
string $form_html The insert from URL form HTML.