WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_footer_text

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-footer.php apply_filters 48 /**
* Filters the "Thank you" text displayed in the admin footer.
*
* @since 2.8.0
*
* @param string $text The content that will be printed.
*/

Hook Parameters

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