[wp-hackers] admin-bar-css

Braydon ronin at braydon.com
Sun Jan 1 23:59:30 UTC 2012


How do you remove the style admin-bar-css from being added at wp_head() ?

This is not working:

add_action( 'wp_print_styles', 'my_remove_admin_bar_css', 100 );

function my_remove_admin_bar_css(){
     wp_deregister_style( 'admin-bar-css' );
}

Or is this featured required for all front-end development?



More information about the wp-hackers mailing list