Function if user is active subscriber
-
Hi.
Do you have a function to check is user is an active subscriber? For example:function your_callback_function( $user_id, $subscription_status ) { if ($subscription_status == 'active') { //User has an active subscription else { //User does NOT have an active subscription } }
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Function if user is active subscriber’ is closed to new replies.