M Haseeb
M Haseeb

Reputation: 45

How to get woocommerce subscriptions list?

I want to get list of all subscriptions in the WOOcommerce products.

Is there a built-in function or i have to use WP_QUERY thing to access that particular thing ?

Upvotes: 3

Views: 1174

Answers (1)

Brent Shepherd
Brent Shepherd

Reputation: 156

Try WC_Subscriptions::get_subscriptions().

Parameters for customising the output are documented in the function's doc block.

Upvotes: 2

Related Questions