apply_filters( 'admin_footer_text', string $text )
Filters the “Thank you” text displayed in the admin footer.
Parameters
-
$text
string -
The content that will be printed.
Source
File: wp-admin/admin-footer.php
.
View all references
echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
This example displays a simple text on your admin area at the bottom:
Edited by @audrasjb – 2021/11/20
Top ↑
Feedback
The return statement could be internationalized.
— By marginean.doru —