add_section( 'colors_footer_credits', array( 'title' => __( 'Footer Credits', 'businessdex' ), 'panel' => 'colors_options', ) ); ////// Footer Credits colors businessdex_controller_color_picker( 'colors_footer_credits_bg', 'colors_footer_credits', esc_html__( 'Background color:', 'businessdex' ), '', '#222222' ); businessdex_controller_color_picker( 'colors_footer_credits_text', 'colors_footer_credits', esc_html__( 'Font color:', 'businessdex' ), '', '#7a7a7a' ); businessdex_controller_color_picker( 'colors_footer_credits_links', 'colors_footer_credits', esc_html__( 'Links color:', 'businessdex' ), '', '#ffffff' );