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.
Source
File: wp-admin/admin-header.php
.
View all references
do_action( 'in_admin_header' );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |