wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



type_url_form_file › WordPress Function

Seitn/v
Veraltet3.3.0
type_url_form_file ( Keine Parameter )
Siehe:
Gibt zurück:
  • (string)
Definiert in:
Codex:

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



Quellcode

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