[wp-trac] [WordPress Trac] #16249: Control of admin bar hiding/display

WordPress Trac wp-trac at lists.automattic.com
Tue Dec 20 15:18:09 UTC 2011


#16249: Control of admin bar hiding/display
----------------------------+-------------------------
 Reporter:  johnhennmacc    |       Owner:
     Type:  defect (bug)    |      Status:  closed
 Priority:  normal          |   Milestone:
Component:  Administration  |     Version:  3.1
 Severity:  normal          |  Resolution:  worksforme
 Keywords:  needs-patch     |
----------------------------+-------------------------
Changes (by ocean90):

 * status:  reopened => closed
 * resolution:   => worksforme


Comment:

 {{{
 function ds_hide_toolbar() {
         add_filter( 'show_admin_bar', '__return_false' );
 }

 add_action( 'init', 'ds_hide_toolbar', 1 );
 }}}

 or

 {{{
 add_theme_support( 'admin-bar', array( 'callback' => '__return_false' ) );
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16249#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list