add_section( 'colors_woocommerce', array( 'title' => __( 'WooCommerce', 'businessdex' ), 'panel' => 'colors_options', 'active_callback' => 'businessdex_wco_is_activated', ) ); ////// WooCommerce Colors businessdex_controller_color_picker( 'colors_woocommerce_accent', 'colors_woocommerce', esc_html__( 'Accent #1:', 'businessdex' ), esc_html__( 'This will change the price tag font color.', 'businessdex' ), '#76bc1c' ); businessdex_controller_color_picker( 'colors_woocommerce_accent2', 'colors_woocommerce', esc_html__( 'Accent #2:', 'businessdex' ), esc_html__( 'This will change the sale tag background color, price filter handles and a few other things.', 'businessdex' ), '#1c82bc' );