add_section( 'colors_links', array( 'title' => __( 'Links', 'businessdex' ), 'panel' => 'colors_options', ) ); ////// Links colors businessdex_controller_color_picker( 'colors_links_default', 'colors_links', esc_html__( 'Default state:', 'businessdex' ), '', '#1c82bc' ); businessdex_controller_color_picker( 'colors_links_other', 'colors_links', esc_html__( 'Hover/Active/Focus state:', 'businessdex' ), '', '#000000' );