type_url_form_audio
Handles retrieving the insert-from-URL form for an audio file.
Description
(string) type_url_form_audio();
Returns (string)
Usage
if ( !function_exists( 'type_url_form_audio' ) ) { require_once ABSPATH . '/wp-admin/includes/deprecated.php'; } // NOTICE! Understand what this does before running. $result = type_url_form_audio();
Defined (1)
The function is defined in the following location(s).
- /wp-admin/includes/deprecated.php
- function type_url_form_audio() {
- _deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('audio')" );
- return wp_media_insert_url_form( 'audio' );
- }