Sin descripción

feature-config.php 777B

123456789101112131415161718192021222324252627
  1. <?php
  2. // WARNING: Do not directly edit this file.
  3. // This file is auto-generated as part of the build process and things may break.
  4. if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
  5. function wc_admin_get_feature_config() {
  6. return array(
  7. 'activity-panels' => true,
  8. 'analytics' => true,
  9. 'coupons' => true,
  10. 'customer-effort-score-tracks' => true,
  11. 'homescreen' => true,
  12. 'marketing' => true,
  13. 'minified-js' => false,
  14. 'mobile-app-banner' => true,
  15. 'navigation' => false,
  16. 'onboarding' => true,
  17. 'remote-inbox-notifications' => true,
  18. 'remote-free-extensions' => true,
  19. 'payment-gateway-suggestions' => true,
  20. 'settings' => false,
  21. 'shipping-label-banner' => true,
  22. 'store-alerts' => true,
  23. 'transient-notices' => true,
  24. );
  25. }
  26. }