update_footer

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'update_footer', string $content )

Description Description

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

Parameters Parameters

$content

The content that will be printed.

Source Source

File: wp-admin/admin-footer.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

See also See also

Advertisement

Leave a Reply