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

type_url_form_audio(): string

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


Description

Top ↑

See also


Top ↑

Return

string


Top ↑

Source

File: wp-admin/includes/deprecated.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes

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