admin_footer_text WordPress Filter Hook
The admin_footer_text hook allows you to add text to the footer of the WordPress admin area. This is useful for adding custom links or information for your users.
apply_filters( 'admin_footer_text', string $text ) #
Filters the “Thank you” text displayed in the admin footer.
Contents
Parameters
- $text
(string)The content that will be printed.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |