in_admin_header WordPress Action Hook
The in_admin_header hook is triggered when the WordPress admin header is loaded. This hook can be used to add custom code or data to the WordPress admin header.
do_action( 'in_admin_header' ) #
Fires at the beginning of the content section in an admin page.
Contents
More Information
It fires between <div id="wpcontent">
and <div id="wpbody">
tags.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |