__( 'Choose Accent Color', 'boksy' ), 'section' => 'colors', 'priority' => 1, 'class' => 'WP_Customize_Color_Control', ) ); } endif; if ( ! function_exists( 'boksy_customize_colors_defaults' ) ) : /** * Custom filter: add default customizer options for the colors settings. */ function boksy_customize_default_colors_defaults( $defaults ) { return array_merge( $defaults, array( 'accent_color' => '#ff5722', ) ); } endif; add_filter( 'boksy_customize_default_theme_options', 'boksy_customize_default_colors_defaults' ); if ( ! function_exists( 'boksy_customize_colors_styles' ) ) : /** * Apply settings values. */ function boksy_customize_colors_styles() { global $boksy; $accent_color = $boksy['accent_color']; ?>