Opened 16 years ago
Closed 16 years ago
#10063 closed enhancement (worksforme)
Add filter to allow adding of content to admin header area
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7.1 |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
Would be nice if plugins had the option of adding their own content to the admin-header.php file somewhere, to insert elements into the header area.
Possible idea:
Maybe after...
<?php favorite_actions(); ?> </div>
Put...
<?php do_action('admin_header'); ?>
That way it's before the #wpcontent?
Change History (1)
Note: See
TracTickets for help on using
tickets.
there are quite a few hooks already that you can look into, in admin-header.php and admin-menu.php.