質問

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 ?

役に立ちましたか?

解決

Try WC_Subscriptions::get_subscriptions().

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top