do_action( “admin_print_footer_scripts-{$hook_suffix}” )

In this article

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

VersionDescription
4.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.