How would I check if a product is the last remaining product in stock? I know the code to check the stock quantity is $product->get_stock_quantity() but I'm not sure how to put it into a conditional statement.
$product->get_stock_quantity()