处理检索音频文件的insert-from-URL表单。
原型
type_url_form_audio()
返回值
(string)
源文件
路径:wp-admin/includes/deprecated.php
<?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' );
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/type_url_form_audio/