W3cubDocs

/WordPress

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

do_action( "admin_print_footer_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores

Changelog

Version Description
4.6.0 Introduced.

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