admin_footer_text

过滤钩子


apply_filters( 'admin_footer_text', '' . $text . '' )
参数
  • (string)
    $text
    The content that will be printed.
    Required:
    Default:
定义位置
  • wp-admin/admin-footer.php
    , line 48
引入
2.8.0
弃用

Filters the “Thank you” text displayed in the admin footer.

echo apply_filters( 'admin_footer_text', '' . $text . '' );