function mytheme_customizer( $wp_customize ) { // Remove unwanted sections $wp_customize->remove_section('static_front_page');
確定! 回上一頁