관리-도구
편집 파일: feature-config.php
<?php // WARNING: Do not directly edit this file. // This file is auto-generated as part of the build process and things may break. if ( ! function_exists( 'kkart_admin_get_feature_config' ) ) { function kkart_admin_get_feature_config() { return array( 'activity-panels' => true, 'analytics' => true, 'analytics-dashboard' => true, 'analytics-dashboard/customizable' => true, 'coupons' => true, 'customer-effort-score-tracks' => false, 'homescreen' => true, 'marketing' => true, 'minified-js' => false, 'mobile-app-banner' => true, 'navigation' => false, 'onboarding' => true, 'remote-inbox-notifications' => true, 'shipping-label-banner' => true, 'store-alerts' => true, 'wcpay' => true, ); } }