I have did tried to use the code from this answer:
How to get minimum order amount for free shipping in woocommerce
But it return a NULL
result and I can't find the way to fix this code until now.
How can I get the right minimun order amount on checkout page?
Thanks
You need to get the option by getting ,
And then unserialize the data by doing ,
After making some search and some tries, I have found the way to get the minimum Order amount that is set in the Free Shipping method, for a specific Zone (Region):
Here is the working tested code (explanations are commented inside):
Bingo! you get it.
Right way for get this..
Maybe it will help someone. You can create new free shipping object and get from it min_amount. I think it's simpler than in @LoicTheAztec answer.