remove wp_admin_bar_header and…
-
I want to remove these nasty inline-styles in the head for the adminbar, but somehow this:
remove_action('wp_head', 'wp_admin_bar_header'); remove_action('wp_head', '_admin_bar_bump_cb');
doesn’t work. how do I remove these functions without altering the admin-bar.php?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘remove wp_admin_bar_header and…’ is closed to new replies.