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.


More Information

It fires between <div id="wpcontent"> and <div id="wpbody"> tags.


Top ↑

Source

File: wp-admin/admin-header.php

View on Trac


Top ↑

Changelog

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