Quantcast
Viewing all articles
Browse latest Browse all 2443

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 all articles
Browse latest Browse all 2443

Trending Articles