admin_print_scripts-{$hook_suffix} WordPress Action Hook

This hook is called when printing scripts in the admin panel. It is useful for adding custom scripts or removing unwanted scripts.

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

Fires when scripts are printed for a specific admin page based on $hook_suffix.


Source

File: wp-admin/admin-header.php

View on Trac



Top ↑

Changelog

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