Filter hook 'admin_footer_text'

in WP Core File wp-admin/admin-footer.php at line 48

Description

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

Occurrences

Filename Line Number
wp-admin/admin-footer.php 48

Parameters

Type Name Description
string $text The content that will be printed.

PHP Doc

/**
		 * Filters the "Thank you" text displayed in the admin footer.
		 *
		 * @since 2.8.0
		 *
		 * @param string $text The content that will be printed.
		 */