Filter hook 'update_footer'
in WP Core File wp-admin/admin-footer.php at line 65
Description
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.
Occurrences
Filename |
Line Number |
wp-admin/admin-footer.php |
65 |
Parameters
Type |
Name |
Description |
string |
$content |
The content that will be printed. |
PHP Doc
/**
* 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.
*
* @since 2.3.0
*
* @see core_update_footer()
*
* @param string $content The content that will be printed.
*/