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



admin_footer_text › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'admin_footer_text', '' . $text . '' )
参数:
  • (string) $text The content that will be printed.
    Required: No
    默认:
定义在:
文档:

Filters the "Thank you" text displayed in the admin footer.





源码

echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' );