How to remove bp1.5 background and header support?
- 
		I prefer without background and header support in my child them. How to remove them? 
 I tried this, but not working
 `function my_dtheme_setup() {
 global $bp;
 define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’ , true );
 remove_custom_background();
 }
 add_action( ‘after_setup_theme’, ‘my_dtheme_setup’ );`
Viewing 2 replies - 1 through 2 (of 2 total)
	
Viewing 2 replies - 1 through 2 (of 2 total)
	
- The topic ‘How to remove bp1.5 background and header support?’ is closed to new replies.