admin_print_footer_scripts-{$hook_suffix} WordPress Action Hook

The admin_print_footer_scripts-{$hook_suffix} hook is used to print scripts in the footer of the admin page. This hook is typically used to print custom scripts or styles that are needed for the admin page.

do_action( "admin_print_footer_scripts-{$hook_suffix}" ) #

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.


Top ↑

Source

File: wp-admin/admin-footer.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.6.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.