CustomizerType::PANEL, "label" => __('Layout', 'business-chat'), "description" => __('Layout Customization', 'business-chat') )); new CustomizerItem(self::WOOCOMMERCE, array( "type" => CustomizerType::PANEL, "label" => __('WooCommerce', 'business-chat'), "description" => __('WooCommerce Customization', 'business-chat') )); new CustomizerItem(self::NAVIGATION, array( "type" => CustomizerType::PANEL, "label" => __('Navigation', 'business-chat'), "description" => __('Navigation Customization', 'business-chat') )); new CustomizerItem(self::HEADER, array( "type" => CustomizerType::PANEL, "label" => __('Header', 'business-chat'), "description" => __('Header Customization', 'business-chat') )); } }