do_action( "admin_footer-{$GLOBALS[‘hook_suffix’]}", string $hook_suffix )
Print scripts or data after the default footer scripts.
Description
The dynamic portion of the hook name, $GLOBALS['hook_suffix']
, refers to the global hook suffix of the current page.
Parameters
-
$hook_suffix
string -
The current admin page.
Source
File: wp-admin/admin-footer.php
.
View all references
*/
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |