Filters the “Thank you” text displayed in the admin footer.
Parameters
$text
string- The content that will be printed.
Source
echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
This example displays a simple text on your admin area at the bottom:
Edited by @audrasjb – 2021/11/20