/* This should be added to functions.php or bp-custom.php */ add_action(‘get_header’, ‘my_filter_head’); function my_filter_head() { remove_action(‘wp_head’, ‘_admin_bar_bump_cb’); }