We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae56a35 commit ddb5195Copy full SHA for ddb5195
includes/class-woocommerce-filters.php
@@ -44,7 +44,7 @@ public static function setup() {
44
* @return string
45
*/
46
public static function woocommerce_session_handler( $session_class ) {
47
- if ( \WPGraphQL\Router::is_graphql_request() ) {
+ if ( \WPGraphQL\Router::is_graphql_http_request() ) {
48
$session_class = '\WPGraphQL\WooCommerce\Utils\QL_Session_Handler';
49
}
50
0 commit comments