I think i found a bug.
-
plugin ver. 1.21
[includes/class-aws-search.php:348]function wc_get_product() maybe return false and to invoke a 500 error on $product->get_title();
Use 350 str:
if( !is_a($product, 'WC_Product') ) continue;
to get around it.
regards.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘I think i found a bug.’ is closed to new replies.