do_action( 'admin_footer', string $data )

Prints scripts or data before the default footer scripts.

Parameters

$data

(string) 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 on Trac

Changelog

Version Description
1.2.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/admin_footer