[Solved] Get Woocommerce last order id from database using php
It seems that you would like to get the next usable POST ID (Order Id), to save it, for example, as new Order in database with some related data. This is absolutely not the way to do it and you need to think it different… Now you can use one of the 3 following ways: … Read more