W3cubDocs

/WordPress

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

do_action( 'admin_footer', '' );

Changelog

Version Description
1.2.0 Introduced.

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