zohaib87
12/12/2015 - 6:56 PM

Add or remove Customize options.php

/**
 * Add or remove customize options
 */
function _xe_customize_register( $wp_customize ) {
	$wp_customize->remove_section('background_image');
	$wp_customize->remove_section('colors');
}
add_action( 'customize_register', '_xe_customize_register' );