type_url_form_video() – Handles retrieving the insert-from-URL form for a video file.
You appear to be a bot. Output may be restricted
Description
Handles retrieving the insert-from-URL form for a video file.
Usage
$string = type_url_form_video();
Parameters
Returns
string
Source
File name: wordpress/wp-admin/includes/deprecated.php
Lines:
1 to 4 of 4
function type_url_form_video() { _deprecated_function( type_url_form_video, '3.3.0', "wp_media_insert_url_form('video')" ); return wp_media_insert_url_form( 'video' ); }