wpseek.com
WordPress开发者和主题制作者的搜索引擎



update_footer › WordPress过滤钩子

Since2.3.0
已弃用n/a
apply_filters( 'update_footer', '' )
参数:
  • (string) $content The content that will be printed.
    Required: Yes
定义在:
文档:

Filters the version/update text displayed in the admin footer.

WordPress prints the current version and update information, using core_update_footer() at priority 10.





源码

echo apply_filters( 'update_footer', '' );