admin_print_footer_scripts WordPress Action Hook
The admin_print_footer_scripts hook is used to print scripts in the footer of the admin page. This hook is called after the page has been rendered and before the footer is printed.
do_action( 'admin_print_footer_scripts' ) #
Prints any scripts and data queued for the footer.