admin_footer-{$GLOBALS[‘hook_suffix’]} WordPress Action Hook

The admin_footer-{$GLOBALS[‘hook_suffix’]} hook is used to add code to the footer of the administration screens. This hook is called after the default footer code has been output.

do_action( "admin_footer-{$GLOBALS['hook_suffix']}", string $hook_suffix ) #

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.


Top ↑

Parameters

$hook_suffix

(string)The current admin page.


Top ↑

Source

File: wp-admin/admin-footer.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.