add_action( 'customize_register', 'bhi_remove_css_section', 15 );
function bhi_remove_css_section( $wp_customize ) {
$wp_customize->remove_section( 'custom_css' );
}
add_action( 'customize_register', 'bhi_remove_css_section', 15 );
function bhi_remove_css_section( $wp_customize ) {
$wp_customize->remove_section( 'custom_css' );
}