type_url_form_video()
Deprecated from version 3.3.0. It is no longer supported and can be removed in future releases. Use wp_media_insert_url_form() instead.
Handles retrieving the insert-from-URL form for a video file.
No Hooks.
Return
String
.
Usage
type_url_form_video();
Notes
Changelog
Deprecated since 3.3.0 | Use wp_media_insert_url_form() |
type_url_form_video() type url form video code WP 6.6.2
function type_url_form_video() { _deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('video')" ); return wp_media_insert_url_form( 'video' ); }