admin_footer_text,
admin_footer_text,
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('admin_footer_text, ') is found 1 times:
- /wp-admin/admin-footer.php line 48
* @since 2.8.0
*
* @param string $text The content that will be printed.
*/
echo apply_filters( ‘admin_footer_text’, ‘‘ );
?>