wpseek.com
A WordPress-centric search engine for devs and theme authors



update_footer › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'update_footer', '' )
Parameters:
  • (string) $content The content that will be printed.
    Required: Yes
Defined at:
Codex:

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.





Source

echo apply_filters( 'update_footer', '' );