wpseek.com
A WordPress-centric search engine for devs and theme authors



admin_footer_text › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'admin_footer_text', '' . $text . '' )
Parameters:
  • (string) $text The content that will be printed.
    Required: No
    Default:
Defined at:
Codex:

Filters the "Thank you" text displayed in the admin footer.





Source

echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . $text . '</span>' );