Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP1.2 – How to remove parent theme functions?


bpisimone
Participant

@bpisimone

Just in case anyone’s got the same issue and doesn’t want the custom header function in their child theme:

define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );

add the snippet above in your functions.php

Skip to toolbar