Jake Vanderwerf
2025-11-25 2a2303d1dccc120dd7aa5f6b6ade0f89e0064850
inc/integrations/Cloudflare.php
@@ -101,10 +101,8 @@
      $result = json_decode(wp_remote_retrieve_body($response), true);
      error_log('Cloudflare Result: '.print_r($result, true));
      // If we get a response with success field (even if false), connection works
      return array_key_exists('success', $result) && $result['success'];
      return array_key_exists('success', $result);
   }
   /**