Fatal error for Call to a member function get_type()
-
Uncaught Error: Call to a member function get_type() on bool in mwb-bookings-for-woocommerce\public\class-mwb-bookings-for-woocommerce-public.php:78 ……………………….
I am getting this error for every single pages except product page.
I have checked the code, the errors are coming from because you have used
if ( is_single() ). I think you should use like thisif ( is_single('product') ).Hope you will fix this issue and update very soon.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Fatal error for Call to a member function get_type()’ is closed to new replies.