浏览代码

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 ) {
 	$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 );