update_footer

过滤钩子


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

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', '' );