media_upload_text_after()
云策文档标注
概述
media_upload_text_after() 是一个 WordPress 函数,用于在文件上传后显示帮助消息。它自 WordPress 3.3.0 版本引入。
关键要点
- 函数用途:显示文件上传后的帮助消息
- 引入版本:WordPress 3.3.0
- 相关资源:可通过 Trac 和 GitHub 查看源代码和所有引用
原文内容
Used to display a “After a file has been uploaded.
Description
..” help message.
Source
function media_upload_text_after() {}
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |