Get list of subscription products for a subscription ID?
-
I don’t know if this is the right forum for this, but I can’t find a Woocommerce Subscriptions forum anywhere else. Does anyone know how I can output the products for a given subscription if I know the subscription ID?
I have tried
$subscriptions = wcs_get_subscription(1341);
where 1341 is the subscription ID, but that doesn’t return the products within the subscription. It only gives me information about the subscription itself.I appreciate any help to point me in the right direction. I’m trying to figure this out without having to hire a developer. Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get list of subscription products for a subscription ID?’ is closed to new replies.