wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



update_footer › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'update_footer', '' )
Parameter:
  • (string) $content The content that will be printed.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

echo apply_filters( 'update_footer', '' );