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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.