WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about update_footer

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-footer.php apply_filters 65 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $content The content that will be printed.