Prints scripts or data before the default footer scripts.
$datastring
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.
do_action( 'admin_footer', '' );
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/admin_footer