admin_footer_text
apply_filters( ‘admin_footer_text’, string $text )
筛选挂钩:筛选显示在管理员页脚中的“谢谢”文本。
Filter Hook: Filters the “Thank you” text displayed in the admin footer.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$text | (string) | 将要打印的内容。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.8.0 | wp-admin/admin-footer.php:48 | 0 | 0 |
admin_footer_text 为WP2原创文章,链接:https://www.wp2.cn/hook/admin_footer_text/