I have an issue with woocommerce. I am new to woocommerce as well as wordpress, but need to check if the current user is in trial period or already renewed user. I hope you would like to teach me kindly.
Currently I am using action hooks in woocommerce, woocommerce_subscription_status_changed
exactly. This hook function does have parameter $subscription
, which might be able to give me that info, I believe.
Is there a function like wcs_is_in_trial
?
Thanks, Alexis