json['label'] = esc_html( $this->label ); $this->json['text'] = $this->text; $this->json['help'] = $this->help; $this->json['name'] = $this->name; $config = array(); if ( isset( Astra_Customizer::$color_group_configs[ $this->name ] ) ) { $config = wp_list_sort( Astra_Customizer::$color_group_configs[ $this->name ], 'priority' ); } $this->json['ast_fields'] = $config; } /** * Render the control's content. * * @see WP_Customize_Control::render_content() */ protected function render_content() {} }