Fatal error: Uncaught Error: Call to a member function get_id() on null
-
I’m trying to make an api call to this endpoint:
wp-json/wc/v3/products?sku=xxxxxxxx
And I receive an error:
Fatal error: Uncaught Error: Call to a member function get_id() on null
/home/u889150444/domains/xxxxx/public_html/wp-content/themes/worldofhappybay/functions.php on line 1099line 1099:
$product_id = $product->get_id();With other SKU works well, and if i try with an incorrect sku I recive an empty response.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Fatal error: Uncaught Error: Call to a member function get_id() on null’ is closed to new replies.