apply_filters( 'update_footer', string $content )

Filters the version/update text displayed in the admin footer.


Description Description

WordPress prints the current version and update information, using core_update_footer() at priority 10.

See also See also


Top ↑

Parameters Parameters

$content

(string) The content that will be printed.


Top ↑

Source Source

File: wp-admin/admin-footer.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.