There was an error while loading. Please reload this page.
1 parent bde5fc5 commit cba1928Copy full SHA for cba1928
includes/utils/class-ql-session-handler.php
@@ -416,4 +416,14 @@ public function reload_data() {
416
\WC_Cache_Helper::invalidate_cache_group( WC_SESSION_CACHE_GROUP );
417
$this->_data = $this->get_session( $this->_customer_id );
418
}
419
+
420
+/**
421
+ * Noop for \WC_Session_Handler method.
422
+ *
423
+ * Prevents potential crticial errors when calling this method.
424
425
+ * @param bool $set Should the session cookie be set.
426
+ */
427
+public function set_customer_session_cookie($set) {}
428
429
0 commit comments