wpseek.com
A WordPress-centric search engine for devs and theme authors



type_url_form_file › WordPress Function

Sincen/a
Deprecated3.3.0
type_url_form_file ( No parameters )
See:
Returns:
  • (string)
Defined at:
Codex:

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



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' );
}