Free up admin bar space
-
Right now the the ‘bump’ for the admin bar doesn’t free up the space for the admin bar.
Replacing
add_action('get_header', array(&$this,'head_filter'));
by
add_theme_support( 'admin-bar', array( 'callback' => '__return_false') );
does the trick.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Free up admin bar space’ is closed to new replies.