Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP 1.2 – removing custom image header code in child theme did not work


mkels
Participant

@mkels

function remove_header_support() {

remove_action( 'init', 'bp_dtheme_add_custom_header_support' );

}

add_action( 'init', 'remove_header_support', 9 );

this works!…thanks guys and MrMaz

Skip to toolbar