فهرست منبع

Hide header/footer hide options in Blank Canvas theme.

Kjell Reigstad 4 سال پیش
والد
کامیت
c485698d4d
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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 ) {
 function blank_canvas_wpcom_customize_update( $wp_customize ) {
 	$wp_customize->remove_control( 'hide_front_page_title');
 	$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 );