false, ) ); } ); add_action( 'customize_register', 'baithak_color_section' ); function baithak_color_section( $wp_customize ) { $wp_customize->get_section( 'colors' )->title = esc_html__( "Color Options", 'baithak' ); $wp_customize->get_section( 'colors' )->priority = 21; } /* Add Default Colors for Customizer Settings */ require dirname( __FILE__ ) . '/default-colors.php'; require dirname( __FILE__ ) . '/color-background/color-background.php'; require dirname( __FILE__ ) . '/dynamic-colors.php';