type_url_form_file(): string

This function has been deprecated. Use wp_media_insert_url_form() instead.

Handles retrieving the insert-from-URL form for a generic file.

Description

See also

Return

string

Source

function type_url_form_file() {
	_deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('file')" );
	return wp_media_insert_url_form( 'file' );
}

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

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