do_action( "admin_footer-{$hook_suffix}" )
Prints scripts or data after the default footer scripts.
Description
The dynamic portion of the hook name, $hook_suffix
, refers to the global hook suffix of the current page.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |