Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


mira360
Participant

@mira360

Tip: Remove custom headers in your child theme

If you want to remove the ability to have custom headers in your child theme you simply add the following line in functions.php for your child or parent theme:

define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );

more easy , true?

Skip to toolbar