On this page
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 all references
do_action( "admin_print_footer_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Related
Used By
| Used By | Description |
|---|---|
| iframe_footer() wp-admin/includes/template.php | Generic Iframe footer for use with Thickbox. |
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/admin_print_footer_scripts-hook_suffix