WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about admin_footer

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/admin-footer.php do_action 78 /**
* Prints scripts or data before the default footer scripts.
*
* @since 1.2.0
*
* @param string $data The data to print.
*/
wp-admin/includes/template.php do_action 2157 /**
* @global string $hook_suffix
*/

Hook Parameters

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