wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



update_footer › Les Filtres WordPress

Depuis2.3.0
Dépréciéen/a
apply_filters( 'update_footer', '' )
Paramètres:
  • (string) $content The content that will be printed.
    Requis: Oui
Défini(e) dans:
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', '' );