do_action( "admin_head-{$hook_suffix}" )

Fires in head section for a specific admin page.


Description

The dynamic portion of the hook, $hook_suffix, refers to the hook suffix for the admin page.


Source

File: wp-admin/admin-header.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.1.0 Introduced.