core_update_footer()
core_update_footer( string $msg = ” )
页脚显示更新。
Display upgrade on footer.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$msg | (string) | 可选 |
返回(Return)
(string)
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.3.0 | wp-admin/includes/update.php:228 | 0 | 5 |
笔记(Notes)
当管理员页脚告诉你一个新的Wordpress版本(例如“Get version 4.6.1”)但是没有告诉你当前的版本时,我觉得很烦人。
core_update_footer() 为WP2原创文章,链接:https://www.wp2.cn/functions/core_update_footer/