wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



type_url_form_audio › WordPress Function

Odn/a
Przestarzały3.3.0
type_url_form_audio ( Brak parametrów )
Zobacz:
Powrót:
  • (string)
Zdefiniowane na:
Codex:

Handles retrieving the insert-from-URL form for an audio file.



Źródło

function type_url_form_audio() {
	_deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('audio')" );
	return wp_media_insert_url_form( 'audio' );
}