You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Issue for users with WPJM using Woocommerce for payment plans with Memberships plugin
• Fatal error: Uncaught Error: Call to a member function get() in /wp-includes/query.php:28
The text was updated successfully, but these errors were encountered:
I have the same issue and I believe I found the fix. Instead of calling "get_query_var( $this->slug )" directly in line 161, you need to call "$query->get_query_var( $this->slug )", since global $wp_query; is not set yet.
• Issue for users with WPJM using Woocommerce for payment plans with Memberships plugin
• Fatal error: Uncaught Error: Call to a member function get() in /wp-includes/query.php:28
The text was updated successfully, but these errors were encountered: