update_footer

过滤钩子
apply_filters( 'update_footer', '' )
参数
  • (string) $content The content that will be printed.
    Required:
定义位置
相关勾子
wp_footerupdate_postmetaget_footerupdate_optionupdated_postmeta
相关方法
core_update_footerupdate_corewp_update_termwp_footerget_footeriframe_footer
引入
2.3.0
弃用
-

update_footer 是 WordPress 中的过滤器钩子,它允许开发人员将自定义文本添加到 WordPress 管理仪表盘的页脚。 此钩子通常用于显示版本号、资源链接或其他自定义信息等信息。

过滤显示在管理页脚的版本/更新文本。

WordPress打印出当前的版本和更新信息。使用core_update_footer()的优先级为10.

echo apply_filters( 'update_footer', '' );

常见问题

FAQs
查看更多 >