Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Custome Header Support – Remove Action


Leia Scofield
Participant

@leiascofield

Andy — Add this to your child functions.php:

function remove_header_support() {

remove_action( ‘init’, ‘bp_dtheme_add_custom_header_support’ );

}

add_action( ‘init’, ‘remove_header_support’, 9 );

(Hat tip: MrMaz)

Skip to toolbar