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 on GitHub


Changelog

Changelog
Version Description
WP-2.8.0 Introduced.