On this page
do_action( 'admin_footer', string $data )
Prints scripts or data before the default footer scripts.
Parameters
$datastring-
The data to print.
More Information
The admin_footer action is triggered just after closing the <div id=”wpfooter”> tag and right before admin_print_footer_scripts action call of the admin-footer.php page.
This hook is for admin only and can’t be used to add anything on the front end.
Source
File: wp-admin/admin-footer.php. View all references
do_action( 'admin_footer', '' );
Related
Used By
| Used By | Description |
|---|---|
| iframe_footer() wp-admin/includes/template.php | Generic Iframe footer for use with Thickbox. |
Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/admin_footer