[wp-trac] [WordPress Trac] #10063: Add filter to allow adding of content to admin header area

WordPress Trac wp-trac at lists.automattic.com
Mon Jun 8 00:35:33 GMT 2009


#10063: Add filter to allow adding of content to admin header area
-----------------------------+----------------------------------------------
 Reporter:  johnjamesjacoby  |       Owner:       
     Type:  enhancement      |      Status:  new  
 Priority:  normal           |   Milestone:  2.8  
Component:  Plugins          |     Version:  2.7.1
 Severity:  normal           |    Keywords:       
-----------------------------+----------------------------------------------
 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?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10063>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list