打个电话就行了remove_section
的方法$wp_customize
对象:
add_action( \'customize_register\', \'wpse8170_customize_register\' );
function wpse8170_customize_register( WP_Customize_Manager $wp_customize ) {
$wp_customize->remove_section( \'section-id-to-remove\' );
}