HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: //var/chroot/var/www/wp-content/mu-plugins/vendor/godaddy/mwc-core/configurations/woocommerce.php
<?php

return [
    /*
     *--------------------------------------------------------------------------
     * Configuration Flags
     *--------------------------------------------------------------------------
     *
     * disable marketplace suggestions flag, string.
     *
     */
    'flags' => [
        'broadcastFirstGoDaddyPaymentsPaymentTransactionEvent'  => get_option('gd_mwc_broadcast_first_godaddy_payments_payment_transaction_event', 'yes'),
        'broadcastGoDaddyPaymentsFirstActiveEvent'              => get_option('gd_mwc_broadcast_go_daddy_payments_first_active', 'yes') === 'yes',
        'disableMarketplaceSuggestions'                         => get_option('gd_mwc_disable_woocommerce_marketplace_suggestions', 'yes'),
        'maybeFireLocalPickupShippingMethodAddedEvent'          => get_option('gd_mwc_maybe_fire_local_pickup_shipping_method_added_event', 'yes'),
        'shouldDeactivateShipmentTrackingPlugin'                => get_option('mwc_should_deactivate_shipment_tracking_plugin', 'yes') === 'yes',
        'showShipmentTrackingPluginDeactivatedNotice'           => get_option('mwc_show_shipment_tracking_plugin_deactivated_notice') === 'yes',
        'broadcastShipmentTrackingFeatureEnabledEvent'          => get_option('mwc_broadcast_shipment_tracking_feature_enabled_event', 'yes') === 'yes',
        'shouldRemoveShipmentTrackingFromManagedWordPressSites' => get_option('mwc_should_remove_shipment_tracking_from_managed_wordpress_sites', 'yes') === 'yes',
        'broadcastSiteHeartbeatEvent'                           => ((int) get_option('mwc_site_heartbeat_event_sent_at')) < 1628121600, // {value} < August 5, 2021 00:00:00
    ],

    /*
     *--------------------------------------------------------------------------
     * Order Item meta that should be hidden
     *--------------------------------------------------------------------------
     */
    'hiddenOrderItemMeta' => [
        '_mwc_fulfillment_status',
        \GoDaddy\WordPress\MWC\Core\WooCommerce\Adapters\OrderAdapter::MARKETPLACES_INTERNAL_ORDER_ITEM_ID_META_KEY,
        \GoDaddy\WordPress\MWC\Core\WooCommerce\Adapters\LineItemAdapter::FULFILLMENT_CHANNEL_ID_META_KEY,
    ],

    /*
     *--------------------------------------------------------------------------
     * Default WooCommerce settings
     *--------------------------------------------------------------------------
     *
     * keyed by settings group filter name, then setting ID
     */
    'defaultSettings' => [
        'woocommerce_com_integration_settings' => [
            'woocommerce_show_marketplace_suggestions' => 'no',
        ],
    ],
];