update_footer WordPress Filter Hook

The update_footer hook is a great way to add a custom footer to your WordPress site. This hook allows you to add your own HTML and CSS to the footer of your site, which can be a great way to add some extra branding or customizations.

apply_filters( 'update_footer', string $content ) #

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


Description

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

Top ↑

See also


Top ↑

Parameters

$content

(string)The content that will be printed.


Top ↑

Source

File: wp-admin/admin-footer.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
2.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.