函数原型
media_upload_html_bypass()
函数描述
Displays the browser’s built-in uploader message.
是否弃用
未弃用
函数参数
无
函数返回值
无
函数位置
File: wp-admin/includes/media.php.
函数源码
function media_upload_html_bypass() {
?>
<p class="upload-html-bypass hide-if-no-js">
<?php _e( 'You are using the browser’s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the multi-file uploader</a>.' ); ?>
</p>
<?php
}
源码链接
变更日志
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |

