I am trying to get all subscriptions list in WordPress including active and inactive, have tried the following function:
WC_Subscriptions::get_subscriptions()
But the problem is it always returns latest 10 records, i want to get all the records from beginning to current date.