WPDev.one
Filter Hook

update_footer

apply_filters( 'update_footer', '' )

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.

Parameters 0 required

Name / Type Description
''
mixed

No description available.

Return Value

(mixed)
No return value description available.

Hook Information

Source File
wp-admin/admin-footer.php
Advertisement