Bladeren bron

Hide header/footer hide options in Blank Canvas theme.

Kjell Reigstad 4 jaren geleden
bovenliggende
commit
c485698d4d
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      blank-canvas/inc/wpcom.php

+ 3 - 1
blank-canvas/inc/wpcom.php

@@ -12,5 +12,7 @@
  */
 function blank_canvas_wpcom_customize_update( $wp_customize ) {
 	$wp_customize->remove_control( 'hide_front_page_title');
+	$wp_customize->remove_control( 'hide_site_header' );
+	$wp_customize->remove_control( 'hide_site_footer' );
 }
-add_action( 'customize_register', 'blank_canvas_wpcom_customize_update', 11 );
+add_action( 'customize_register', 'blank_canvas_wpcom_customize_update', 11 );