过滤管理页脚中显示的版本/更新文本。
原型
apply_filters( 'update_footer', string $content )
描述
WordPress使用优先级为10的core_update_footer()打印当前版本并更新信息。
参考:
- core_update_footer()
参数
$content
(string)
要打印的内容。
源文件
路径:wp-admin/admin-footer.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/update_footer/