do_action( "admin_print_footer_scripts-{$hook_suffix}" )

Prints scripts and data queued for the footer.


Description

The dynamic portion of the hook name, $hook_suffix, refers to the global hook suffix of the current page.


Source

File: wp-admin/admin-footer.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.6.0 Introduced.