Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter bellemode

    (@bellemode)

    @thongnguyenminh thank you so much! I just updated it. What a relief. The work arounds were starting to make my head spin.

    Thread Starter bellemode

    (@bellemode)

    Thank you so much! That worked. I appreciate your quick response.

    Thread Starter bellemode

    (@bellemode)

    It’s so strange that the plugin doesn’t stop other pages images from loading until interaction.

    I have tried this bit of code:

    add_action( ‘wp_enqueue_scripts’, ‘load_product_images’, 99 );

    function load_product_images() {
    if ( is_product() ) {
    global $product;
    if ( is_object( $product ) && method_exists( $product, ‘get_gallery_image_ids’ ) ) {
    $attachment_ids = $product->get_gallery_image_ids();
    foreach( $attachment_ids as $attachment_id ) {
    $full_size_image = wp_get_attachment_image_src( $attachment_id, ‘full’ );
    if ( $full_size_image ) {
    $image_url = $full_size_image[0];
    echo ‘‘;
    }
    }
    }
    else {
    error_log( ‘WooCommerce product not found or get_gallery_image_ids() method does not exist.’ );
    }
    }
    }

    It doesn’t work either.

    • This reply was modified 1 year, 10 months ago by bellemode.
    • This reply was modified 1 year, 10 months ago by bellemode.
    Thread Starter bellemode

    (@bellemode)

    I updated to the newest Square and it works with 9.9.0. Thank you for looking into it for me.

    @johnlud

    Thread Starter bellemode

    (@bellemode)

    Hello @ihereira

    I’m happy to report that I was finally able to replace the error in sandbox mode. Here’s the error log and some screenshots. Thank you so much for looking into this for me.

    01-27-2023 @ 14:20:13 - Request
     Request
    method:
    uri: listLocations
    user-agent: WooCommerce-Square/3.4.2 (WooCommerce/7.3.0; WordPress/6.1.1)
    headers: Array
    (
    )
    body:
    duration: 0.42379s
    
    01-27-2023 @ 14:20:13 - Response
     Response
    code: 200
    message:
    headers: Array
    (
        [0] => HTTP/2 200
        [date] => Fri, 27 Jan 2023 22:20:13 GMT
        [content-type] => application/json
        [content-length] => 387
        [frame-options] => DENY
        [x-frame-options] => DENY
        [x-content-type-options] => nosniff
        [x-xss-protection] => 1; mode=block
        [square-version] => 2022-05-12
        [squareup--connect--v2--common--versionmetadata-bin] => CgoyMDIyLTA1LTEy
        [vary] => Accept-Encoding, User-Agent
        [content-encoding] => gzip
        [x-sq-dc] => sjc2b
        [x-sq-region] => sjc2b
        [strict-transport-security] => max-age=631152000; includeSubDomains; preload
    )
    body: {
        "locations": [
            {
                "id": "L7R3X3DHX9Z8T",
                "name": "Staging 7 -Sandbox",
                "address": {
                    "address_line_1": "1600 Pennsylvania Ave NW",
                    "locality": "Washington",
                    "administrative_district_level_1": "DC",
                    "postal_code": "20500",
                    "country": "US"
                },
                "timezone": "UTC",
                "capabilities": [
                    "CREDIT_CARD_PROCESSING",
                    "AUTOMATIC_TRANSFERS"
                ],
                "status": "ACTIVE",
                "created_at": "2023-01-27T22:01:02.939Z",
                "merchant_id": "ML85W16JR7SYR",
                "country": "US",
                "language_code": "en-US",
                "currency": "USD",
                "business_name": "Staging 7 -Sandbox",
                "type": "PHYSICAL",
                "business_hours": {},
                "mcc": "7299"
            }
        ]
    }
    
    

    https://snipboard.io/QDj206.jpg

    https://snipboard.io/fDU2LR.jpg

    Thread Starter bellemode

    (@bellemode)

    Skip to main contentSkip to toolbar
    About WordPress
    Cordial Organics
    00 Comments in moderation
    New
    SEO1
    Purge SG Cache
    UpdraftPlus
    Howdy, cordialorganics
    Log Out
    Logs
    Store Activity
    Activityunread activity
    Help
    System statusToolsLogsWooCommerce Shipping & TaxScheduled ActionsLogs
    Please configure your SMTP credentials in the settings menu in order to send email using Easy WP SMTP plugin.
    
    Hey there! We recommend the following plugins: One Click Demo Import and jQuery Pin It Button for Images.
    Begin installing plugins | Dismiss this notice
    
    Dismiss this notice.
    webhooks-delivery-2023-01-26-aa6cf200d354e0ba07fd8770f24ffd10.log Delete log
    
    webhooks-delivery-2023-01-26-aa6cf200d354e0ba07fd8770f24ffd10.log (January 26, 2023 at 13:31 PST)
     View
    2023-01-26T02:21:30+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 73bfc48cc988671e474969304f2e65b0
                [Date] => Jan 26, 2023 @ 2:21
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.32186
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.created
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => created
                                [X-WC-Webhook-Signature] => nDYuuIo+ktQ8HKTZ7X/caoDMRQBVeQsHCWY5Yp9EhKQ=
                                [X-WC-Webhook-ID] => 12
                                [X-WC-Webhook-Delivery-ID] => 73bfc48cc988671e474969304f2e65b0
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:21:30 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5c6891b50e248-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:21:30+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 625c014082dd984911264ece0ff8861a
                [Date] => Jan 26, 2023 @ 2:21
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.13962
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => nDYuuIo+ktQ8HKTZ7X/caoDMRQBVeQsHCWY5Yp9EhKQ=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 625c014082dd984911264ece0ff8861a
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:21:30 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5c68a0e362322-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:27:02+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 3859f1c59a820e7020434f62c54c9ddf
                [Date] => Jan 26, 2023 @ 2:27
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.33346
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => Gfe4sQPYp/PqPD4k15nTR65AbPyhG48vBtVIr2R7TGY=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 3859f1c59a820e7020434f62c54c9ddf
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:27:02 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5cea4fff7291f-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:27:04+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 6b1fa0042d99529293a3eac78c013bd6
                [Date] => Jan 26, 2023 @ 2:27
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29183
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => 6NPHjbgBZSxUS/dPuU0oHmSJj7qX82F74x/mVw0wxjo=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 6b1fa0042d99529293a3eac78c013bd6
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:27:04 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5ceb0ed238690-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:28:12+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 7b64fb9858a4bedd998ec891d448eb0a
                [Date] => Jan 26, 2023 @ 2:28
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.3068
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => ukHO8/DmKlZEg4s7Pio0Rtj+gh3rEMNRQLo8npGjoPk=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 7b64fb9858a4bedd998ec891d448eb0a
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:28:12 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d059ae20e13f-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:28:18+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 22a332605d1d0cf902fe82dc8eb0201c
                [Date] => Jan 26, 2023 @ 2:28
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.30752
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => DBs0DJ0Pgk/0msjuk9UcIuGjTKOsTkiykXXsx69Bd98=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 22a332605d1d0cf902fe82dc8eb0201c
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:28:18 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d07dcbbc1cff-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:28:55+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => e48da63b39eb67731985618c35e91685
                [Date] => Jan 26, 2023 @ 2:28
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28842
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => pEUKkZ/fQeovT04PFBWQSbdF4IPmZv7lVCZcNjg5bK4=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => e48da63b39eb67731985618c35e91685
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:28:54 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d1631d4e61c8-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:29:15+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 32066ab735e2ede2fde3935fb4ec4c4e
                [Date] => Jan 26, 2023 @ 2:29
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.31645
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => lbF7ooFWFNiHUGo/4Wdi3//I5KX5qPiiEqpvb/9BPJI=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 32066ab735e2ede2fde3935fb4ec4c4e
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:29:15 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d1e26a8422df-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:30:21+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 41c2280858db403c0bdcda295e8c73ca
                [Date] => Jan 26, 2023 @ 2:30
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.31462
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => fSnztkNvK3zmRmvJrGG3VFKf474fYZIRu7yx4JEmZRs=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 41c2280858db403c0bdcda295e8c73ca
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:30:21 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d37eca3c86fc-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:30:27+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 1e41d1e12418b18ec831f61220fee779
                [Date] => Jan 26, 2023 @ 2:30
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.30501
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => siALcWLRNvKtvrCjSbOaYmdcwfX5Vl2HoyM9EY9JBQw=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 1e41d1e12418b18ec831f61220fee779
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:30:27 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d3a39f2b0384-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:30:33+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 73d9f1c4536b194bdf175f2f5686e810
                [Date] => Jan 26, 2023 @ 2:30
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.2962
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => szl6c+av7Z4T7Nu0syrGjXxLmPpQ07iKGuCkALOaKI8=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 73d9f1c4536b194bdf175f2f5686e810
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:30:33 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d3cabb992d9d-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:30:39+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => ca2d5c39f30fb3ad7b84e10ee6b11c84
                [Date] => Jan 26, 2023 @ 2:30
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29121
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => e9YYDbhxpUurOoM4QBRlHGDVsvKakI5dDcHcdodbpa8=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => ca2d5c39f30fb3ad7b84e10ee6b11c84
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:30:39 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d3f24df88716-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:30:45+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => ac52bab4773d145ea9cfe8bfa1065c7c
                [Date] => Jan 26, 2023 @ 2:30
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.27661
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => CQT2EpGl5+qpu5An/GjAe38Brx8p4tgT/U3WLZtaWUk=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => ac52bab4773d145ea9cfe8bfa1065c7c
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:30:45 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d4188aaa2a78-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:31:34+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 3235ca8b53b5ac82f3f3af98910fb424
                [Date] => Jan 26, 2023 @ 2:31
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.31263
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => HS2LtjPpiN1FSG82UGOEI0lD9QPj7dpp7ryP6Cznu7M=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 3235ca8b53b5ac82f3f3af98910fb424
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:31:34 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d5466bd42aee-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:32:59+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 0c99f7fc8050916a3d9865cadca5cd27
                [Date] => Jan 26, 2023 @ 2:32
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.3099
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => oAZE9Wo9skLTtM1KveEGoOETUVsodgnmEzEljeDbM2c=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 0c99f7fc8050916a3d9865cadca5cd27
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:32:59 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d7585b5c8140-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:33:00+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => dd0864047501b814f3ba158522f82c26
                [Date] => Jan 26, 2023 @ 2:33
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28924
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => PFOacj+huHQzoyZuRoGdcN2iTYRziyuy3Au0GssH7VI=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => dd0864047501b814f3ba158522f82c26
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:33:00 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d7649f052c28-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:33:12+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 7348e667c3fbd053f1bb8a1b2c5002e3
                [Date] => Jan 26, 2023 @ 2:33
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28009
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => Qf5qOFvRo1YkEXk8XOoE5+y/17yE/X+/WvqB9piTPMw=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 7348e667c3fbd053f1bb8a1b2c5002e3
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:33:12 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d7ab78092c1d-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:33:17+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => a515994a01ffa64074b9c32a6ac35dce
                [Date] => Jan 26, 2023 @ 2:33
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28781
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => M9hjHiLw4eLk7v5/DdXRTKkw/0vpjRwb0bg9WyR1JZU=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => a515994a01ffa64074b9c32a6ac35dce
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:33:17 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d7cdbf182331-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:33:23+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 962c65539f3154bc434f065efd2b2d31
                [Date] => Jan 26, 2023 @ 2:33
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28656
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => w/UOFVnRN6JarAzFVyi30XPImyR/Xu1oGRi79ZSfXyg=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 962c65539f3154bc434f065efd2b2d31
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:33:23 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d7f15a2be14b-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:33:34+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => d10684634c75abe837a0f27c36807a48
                [Date] => Jan 26, 2023 @ 2:33
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.26286
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => pe+lbh3zuo67VfcIYDIODYl6cr/ihe5O98ngLVSxERU=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => d10684634c75abe837a0f27c36807a48
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:33:34 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d8366dc8637b-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:33:45+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 77df61ee4263e6d437e6c05cdb5f51be
                [Date] => Jan 26, 2023 @ 2:33
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.2781
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => X+B1HuDQy8UoKBlPCFICEiibVYWzqvijGQwwgv4MjQ8=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 77df61ee4263e6d437e6c05cdb5f51be
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:33:45 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d87cd86ee260-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:34:07+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => f1f480c75920e3b1ab871b43db2cd31b
                [Date] => Jan 26, 2023 @ 2:34
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28491
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => m2dRpnK/4v7fszM3HVgLlvt5Xq0INO6B9nI+O3M5pw4=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => f1f480c75920e3b1ab871b43db2cd31b
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:34:07 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5d90769af6350-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:35:02+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 868a3b63f043b2b318904986413a8057
                [Date] => Jan 26, 2023 @ 2:35
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29632
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => 2/UaoV7ZFbh3cXeOdJHAKN9ihivp5sdle7VoobMM/Go=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 868a3b63f043b2b318904986413a8057
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:35:02 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5da5ec9ad6332-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:35:21+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => a512c8366e220260fbd494998b744e68
                [Date] => Jan 26, 2023 @ 2:35
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.30287
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => LRgcizSjmCNXrKyKusRil2seT/BxlvSyQsmLaBtx6hY=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => a512c8366e220260fbd494998b744e68
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:35:21 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5dad41f0f28ef-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:36:26+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 38cacd6ff8ba6faeceef232fc2236cc1
                [Date] => Jan 26, 2023 @ 2:36
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.32646
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => Sg0XJVMM/L5t4XYYfsOMIby2LE2KgPi/9Y/b7X2VW44=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 38cacd6ff8ba6faeceef232fc2236cc1
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:36:26 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5dc698d5f86f3-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:36:28+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 720b983fc1aad6e7dc589efc4277031f
                [Date] => Jan 26, 2023 @ 2:36
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29801
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => hyDrrnPWDpgWyixLgKWVMF/Wt1GtCCS2g84pJVOMKTs=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 720b983fc1aad6e7dc589efc4277031f
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:36:28 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5dc768e182970-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:37:32+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => b3b10d7d3abd9d304df224b5f964f987
                [Date] => Jan 26, 2023 @ 2:37
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.31046
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => uh9TwxoaS5z9nciGRDVkVeZ8YkKKw6KoZqHpyrf8ABo=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => b3b10d7d3abd9d304df224b5f964f987
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:37:32 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5de02abf32279-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:37:37+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => ffaa2ca0c2954018b3a7939436ee5e42
                [Date] => Jan 26, 2023 @ 2:37
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28386
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => k2h858GM/NPRnBAb44iarRURpLLwDqVrcno7ke6cAec=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => ffaa2ca0c2954018b3a7939436ee5e42
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:37:37 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5de26cd3913f3-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:37:43+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => dc9d40352587c2e4c88e4ffc52062692
                [Date] => Jan 26, 2023 @ 2:37
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.25768
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => JTduwQGqvqZcraYhmxCDwQTc3vSfg7DMBE9INO0kUv8=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => dc9d40352587c2e4c88e4ffc52062692
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:37:43 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5de4b88d428fb-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:39:33+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 170460b594f9f6459f1ea2640162d2d2
                [Date] => Jan 26, 2023 @ 2:39
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.33725
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => fEHmibCHsTYotiDHl3Fsb0IDNFCicSZbzP/hNStmxgE=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 170460b594f9f6459f1ea2640162d2d2
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:39:33 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5e0fa7dc62228-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:39:56+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 873c49b6e79d5f9896caa2144fc15469
                [Date] => Jan 26, 2023 @ 2:39
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29192
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => ijVZOw1CXsCyEq9dbn/0i/MO1agv5HhFVjJw0/YdnfM=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 873c49b6e79d5f9896caa2144fc15469
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:39:56 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5e18acd93e252-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:40:37+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 105381df23b41dfaf8c3b4b2c3bc51ae
                [Date] => Jan 26, 2023 @ 2:40
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28079
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => Yr8u48q1QVxCueyPNtbXjivoIVfthNSbOi7MdYDgfFA=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 105381df23b41dfaf8c3b4b2c3bc51ae
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:40:37 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5e289ca2c2da2-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:40:43+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 09e9f55bf4b4b15213e1e140ca229c3a
                [Date] => Jan 26, 2023 @ 2:40
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29099
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => F7SchfHEsmTl10sYjuHF4BE3QFYfP7ztT9iuUEGAdbw=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 09e9f55bf4b4b15213e1e140ca229c3a
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:40:43 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5e2afcfcee26b-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T02:41:38+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 1ca7c2b8e3081d50a0f7dcbff71c5d2e
                [Date] => Jan 26, 2023 @ 2:41
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.32265
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => NgMtECuGtzN5aJsK8Fxueyi/HBuMJJxUdBqIWVL4ets=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 1ca7c2b8e3081d50a0f7dcbff71c5d2e
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 02:41:38 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f5e409e89f29cc-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T06:11:53+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => f6f17b493b3124754fd5b96cfc39c487
                [Date] => Jan 26, 2023 @ 6:11
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.31342
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.created
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => created
                                [X-WC-Webhook-Signature] => oPcA5iN8dZ1R/HHfeWBfUa33n3pNYlkOodSpJZu37kM=
                                [X-WC-Webhook-ID] => 12
                                [X-WC-Webhook-Delivery-ID] => f6f17b493b3124754fd5b96cfc39c487
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 06:11:53 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f718020dedc560-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T06:11:53+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 22f5570b76d48f7a5cea4fcd20c824ed
                [Date] => Jan 26, 2023 @ 6:11
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.13939
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => oPcA5iN8dZ1R/HHfeWBfUa33n3pNYlkOodSpJZu37kM=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 22f5570b76d48f7a5cea4fcd20c824ed
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 06:11:53 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78f71802feaf2d6d-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T16:11:56+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 703d3deb3a375e1ebf1858a4e54f540d
                [Date] => Jan 26, 2023 @ 16:11
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29066
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.created
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => created
                                [X-WC-Webhook-Signature] => 8g2qen48prW1VMUuRrdVusPtTdIOD5SSZVp6OBnxIrk=
                                [X-WC-Webhook-ID] => 12
                                [X-WC-Webhook-Delivery-ID] => 703d3deb3a375e1ebf1858a4e54f540d
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 16:11:56 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fa86ffcbbc1ce8-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T16:11:57+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => bcde1dea4b9c5bedd16ac9975e9389f2
                [Date] => Jan 26, 2023 @ 16:11
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.14292
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => 8g2qen48prW1VMUuRrdVusPtTdIOD5SSZVp6OBnxIrk=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => bcde1dea4b9c5bedd16ac9975e9389f2
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 16:11:57 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fa8700ce086309-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T16:13:08+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => f94f48b6faedf6a846acd4a4d9dae168
                [Date] => Jan 26, 2023 @ 16:13
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.42218
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => qqR/upv7Q59IDp7OKqgogp8UFW1BqZ7S+V0o6eHTJrA=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => f94f48b6faedf6a846acd4a4d9dae168
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 16:13:08 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fa88bdec0c0347-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:26:50+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 20328f10435d5236ab32a5c1bab0a3f8
                [Date] => Jan 26, 2023 @ 18:26
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.35412
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.created
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => created
                                [X-WC-Webhook-Signature] => 7ORw6ku+wtuXVmATuRvM3r9vRIFEv5d/oLkc10l+S7Y=
                                [X-WC-Webhook-ID] => 12
                                [X-WC-Webhook-Delivery-ID] => 20328f10435d5236ab32a5c1bab0a3f8
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:26:50 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb4c991dba86fc-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:26:50+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 1991b195acaee5c8eeea9508c686ca93
                [Date] => Jan 26, 2023 @ 18:26
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.13113
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => 7ORw6ku+wtuXVmATuRvM3r9vRIFEv5d/oLkc10l+S7Y=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 1991b195acaee5c8eeea9508c686ca93
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:26:50 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb4c9a1bd46315-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:28:24+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => f93f35e13ff74229e55a3bccdb732147
                [Date] => Jan 26, 2023 @ 18:28
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.38812
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => LORck49vgfEHuAn1D6jymbZCL7oDUfONwfop3i3aPe0=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => f93f35e13ff74229e55a3bccdb732147
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:28:24 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb4ee26828e11c-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:28:25+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 9272095c9d69bfe81e80c14b682cdfa0
                [Date] => Jan 26, 2023 @ 18:28
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.36408
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => PlgN7nCLHpaHqlSZc39/IZO9ZhHWrvzQBqDiCjYiLIQ=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 9272095c9d69bfe81e80c14b682cdfa0
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:28:25 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb4eec5a9c2bd4-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:28:31+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 3632236192ad990d204f96badabb8dba
                [Date] => Jan 26, 2023 @ 18:28
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.32706
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => +2pwSt0n2tX0UNTiKah/OLI5Oul0ZQgS0ykla/IL7LQ=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 3632236192ad990d204f96badabb8dba
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:28:31 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb4f11582d297a-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:30:49+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 496e9f50c8508eb2f8d7d9c8ef6a9613
                [Date] => Jan 26, 2023 @ 18:30
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.31664
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => qfPm3z0WyxunVqGI4btL42LLjaWYMv0Kt399gAb6hmE=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 496e9f50c8508eb2f8d7d9c8ef6a9613
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:30:49 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb526e18032234-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:32:04+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => fada08fe663dd3ec5eef4c92affd88d0
                [Date] => Jan 26, 2023 @ 18:32
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.37063
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => QKIZzOTX8cyhV9EUkA5axlOTBVP9MQWpoc04N8sfOCA=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => fada08fe663dd3ec5eef4c92affd88d0
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:32:04 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb54418f942949-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:32:05+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 421ae4149258245a3c9a665fb95bef90
                [Date] => Jan 26, 2023 @ 18:32
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.35653
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => fChY3KcahvdJAqujBn7yHxRsrkHcjcwc/Uc/kMS66GQ=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 421ae4149258245a3c9a665fb95bef90
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:32:05 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb544bcfcf8711-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:35:18+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => f1db5b823fd1b15217028d84e5164c4f
                [Date] => Jan 26, 2023 @ 18:35
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.31294
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.created
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => created
                                [X-WC-Webhook-Signature] => pU/2h0zO6n8lDMdHSD7+5EnTacNK9BTEddnG3wZsuDs=
                                [X-WC-Webhook-ID] => 12
                                [X-WC-Webhook-Delivery-ID] => f1db5b823fd1b15217028d84e5164c4f
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:35:18 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb58fe6b096350-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:35:18+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 7dd0b70d9e886f1a3fcb362eee8bd5b5
                [Date] => Jan 26, 2023 @ 18:35
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.14924
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => pU/2h0zO6n8lDMdHSD7+5EnTacNK9BTEddnG3wZsuDs=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 7dd0b70d9e886f1a3fcb362eee8bd5b5
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:35:18 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb58ff6cfb1b68-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:37:11+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => cb0c5732cc5f925c1d5bc4a9af5a5a93
                [Date] => Jan 26, 2023 @ 18:37
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.30892
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => huJgu0/xWdNcFTZ3kyf31A0eRrOHc0CMLcq+NjzyzDs=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => cb0c5732cc5f925c1d5bc4a9af5a5a93
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:37:11 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb5bc4cbdfe249-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:37:55+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 36e69bcc6f35b3f1e7bc4cea0a0162c3
                [Date] => Jan 26, 2023 @ 18:37
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28082
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => mP9svTRjb26Xw7DiJ8cLES77RcT0PoV4XNCQbaKRHJ4=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 36e69bcc6f35b3f1e7bc4cea0a0162c3
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:37:55 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb5cd65b682a99-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:39:30+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 2a45e81c76e1fc57ceef2f700c99c1ab
                [Date] => Jan 26, 2023 @ 18:39
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.34845
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => rJS/UotSf/Qpurx6WiSI1ub4oYZTRAbVhycRxaS1Kh4=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 2a45e81c76e1fc57ceef2f700c99c1ab
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:39:30 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb5f242961e239-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T18:45:11+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => fbfdcc820176d3edd85fa888e5f88802
                [Date] => Jan 26, 2023 @ 18:45
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.5876
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => GyvKdnnKurHXmi7mJpC8bbyldwiqtpyV+FbPAHOag9Y=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => fbfdcc820176d3edd85fa888e5f88802
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 18:45:11 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb67784d102d8e-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T19:12:53+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => cfa859f1a0426cdc417403afe4fa4692
                [Date] => Jan 26, 2023 @ 19:12
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.36422
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.created
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => created
                                [X-WC-Webhook-Signature] => CoJGjwZqOAJJ517Pks6i1JqIP962hBh3TiLx2Y4sBsU=
                                [X-WC-Webhook-ID] => 12
                                [X-WC-Webhook-Delivery-ID] => cfa859f1a0426cdc417403afe4fa4692
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 19:12:53 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb900bb8052c48-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T19:12:53+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => e2554f9c2a98f1132ad06ca48b4e25f4
                [Date] => Jan 26, 2023 @ 19:12
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.14189
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => CoJGjwZqOAJJ517Pks6i1JqIP962hBh3TiLx2Y4sBsU=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => e2554f9c2a98f1132ad06ca48b4e25f4
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 19:12:53 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb900ccf4586f2-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T19:12:54+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 4cbd824f20f0fb52b9c7a7b3964be014
                [Date] => Jan 26, 2023 @ 19:12
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.25951
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => yr9e3PLzeQ2WDp87R3FGq/6Y8BsvpfFRiL66EM1uqiw=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 4cbd824f20f0fb52b9c7a7b3964be014
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 19:12:54 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb901608f22a96-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T19:14:54+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 4a5e37cf76e18d9fdc3d77b4ef080c6b
                [Date] => Jan 26, 2023 @ 19:14
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.31278
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => daVjo4SzBCZKGJ1jI0+CGiwcmrfXpmsE+fsCbSEQ9x8=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 4a5e37cf76e18d9fdc3d77b4ef080c6b
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 19:14:54 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb9301ceea28f8-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T19:17:18+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 15a8f685cf25aa47d5d5e0011559ee84
                [Date] => Jan 26, 2023 @ 19:17
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.31203
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => 3w1cFl14zHJzhJXaLmUsKernR4vU4Mj4F3L/BoRFH8o=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 15a8f685cf25aa47d5d5e0011559ee84
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 19:17:18 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fb96835bc122dc-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:21:59+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => d784c784820683d3a5e9ea6652d91272
                [Date] => Jan 26, 2023 @ 21:21
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.33977
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.created
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => created
                                [X-WC-Webhook-Signature] => 7nZ19AKX0HYyBLPahkjKZ1um9F+vmWhezWlOt00ulm8=
                                [X-WC-Webhook-ID] => 12
                                [X-WC-Webhook-Delivery-ID] => d784c784820683d3a5e9ea6652d91272
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:21:59 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc4d2a3b1462dc-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:21:59+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => cb12def8ad813dd77cf44199d97b3f6f
                [Date] => Jan 26, 2023 @ 21:21
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.13468
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => 7nZ19AKX0HYyBLPahkjKZ1um9F+vmWhezWlOt00ulm8=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => cb12def8ad813dd77cf44199d97b3f6f
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:21:59 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc4d2b28fc6324-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:22:01+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => d0db6c88eb509c5e0ce31e34e02b656c
                [Date] => Jan 26, 2023 @ 21:22
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29261
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => Ca+oV68i9dai0vpG3qQ9hhvYKIrsfZ0oNY8oFFBoeWA=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => d0db6c88eb509c5e0ce31e34e02b656c
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:22:01 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc4d348eca632a-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:22:13+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => e2ac5acf10251c526ae4595978319918
                [Date] => Jan 26, 2023 @ 21:22
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.28642
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => bjuQmkbMa/Qe+DynvrJ8OWVZKE7hwBPUzwRUPBMVqUI=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => e2ac5acf10251c526ae4595978319918
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:22:13 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc4d80dfa31401-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:29:14+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 746c0c4a9e156866b61f5f4404bb1581
                [Date] => Jan 26, 2023 @ 21:29
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.32717
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.created
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => created
                                [X-WC-Webhook-Signature] => XMB6h6b2oXnUb9M9k+uKP/EUXj++0j8OZuxYrJjXHtI=
                                [X-WC-Webhook-ID] => 12
                                [X-WC-Webhook-Delivery-ID] => 746c0c4a9e156866b61f5f4404bb1581
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:29:14 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc57ca6e6afd7a-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:29:14+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => b06f22379f5ac8b7f57d93bf8bbcdb62
                [Date] => Jan 26, 2023 @ 21:29
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.15101
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => XMB6h6b2oXnUb9M9k+uKP/EUXj++0j8OZuxYrJjXHtI=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => b06f22379f5ac8b7f57d93bf8bbcdb62
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:29:14 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc57cb584f8702-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:29:20+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => da0b2f2c11b8ebc8218cc165f9ad3abd
                [Date] => Jan 26, 2023 @ 21:29
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.35642
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => wzrasPDgW7ch67u/M34kGRlOqioTsUzZJ1K8MiZaddk=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => da0b2f2c11b8ebc8218cc165f9ad3abd
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:29:20 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc57efec1f232e-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:31:03+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 25a56fe1ac60b962f9777d8a5c077ab6
                [Date] => Jan 26, 2023 @ 21:31
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29445
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => gdBsxPdMEN40ZxzGtcQS+H97KHM4w2BFqrWG/RCDxD8=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 25a56fe1ac60b962f9777d8a5c077ab6
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:31:03 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc5a7558db1cff-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:31:46+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 4d33afc2c8eca7be972f543c7ea55fb9
                [Date] => Jan 26, 2023 @ 21:31
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.29546
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => kgj3KZN43U3036EWr7dNtPj8PWGQO8q0X+PYh6LoTm0=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => 4d33afc2c8eca7be972f543c7ea55fb9
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:31:46 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc5b7ee8bf2956-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    2023-01-26T21:31:52+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => a14357b2c8b18dad513642959da987e5
                [Date] => Jan 26, 2023 @ 21:31
                [URL] => https://a.klaviyo.com/api/webhook/integration/woocommerce?c=SbQWRc
                [Duration] => 0.26661
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/7.3.0 Hookshot (WordPress/6.1.1)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://cordialorganics.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => BJGKIUaShjWM+0sxxhyGT3iipwDt0jfOEsU5WU7FBOg=
                                [X-WC-Webhook-ID] => 11
                                [X-WC-Webhook-Delivery-ID] => a14357b2c8b18dad513642959da987e5
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 26 Jan 2023 21:31:52 GMT
                                        [content-type] => text/html; charset=utf-8
                                        [cf-ray] => 78fc5ba5ffc62a7e-ORD
                                        [vary] => Cookie, Accept-Encoding
                                        [cf-cache-status] => DYNAMIC
                                        [x-robots-tag] => noindex, nofollow
                                        [server] => cloudflare
                                        [content-encoding] => gzip
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )
    
    
    
    Thread Starter bellemode

    (@bellemode)

    Thank you for your reply. I can’t replicate the issue either. The only way I have been able to see it in action is when a customer is having the problem and calls me. Then I am able to replicate it. I have a staging site. Woocommerce said that they think it’s a caching issue, but I have cleared the cache and asked that cart, my account, and checkout not be cached ever and it’s still a problem.

    Thread Starter bellemode

    (@bellemode)

    One more thing. I received the same error on Mac IOS in chrome and firefox, but it went through in safari.

    I’m going to try it for a project i’m working on. I’ll look at the single post and archive pages and let you know what I think went wrong.

    It looks like you want the same page structure for a single post as you do for the homepage. If that’s true you can duplicate the homepage and cut and paste the single post meat and potatoes as it were in between the same structure wraps you have on the homepage. I hope that makes sense.

    You don’t want the individual post titles to be links? I can help you with this, but I think it’s best if the individual blog posts go to their pages. Let me know.

    Where are you looking for the text and photos?

    Thread Starter bellemode

    (@bellemode)

    Thanks for the help egado, but that didn’t work either. I ended up using Advanced Custom Fields.

    Forum: Themes and Templates
    In reply to: Renaming Theme
    Thread Starter bellemode

    (@bellemode)

    Do you mean just rename the folder? I’ve tried that and it didn’t work. The site didn’t show up.

    bellemode

    (@bellemode)

    I have emailed them on their site and tweeted asking for help and no response.

    MIne worked until it didn’t, which sucks because I spent a lot of time styling it.

    Thread Starter bellemode

    (@bellemode)

    I was able to build my own in the text widget.

Viewing 15 replies - 1 through 15 (of 26 total)