do_action( “admin_footer-{$GLOBALS[‘hook_suffix’]}”, string $hook_suffix )

In this article

Print scripts or data after the default footer scripts.

Description

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

Parameters

$hook_suffixstring
The current admin page.

Source

*/

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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