Member Related Hooks
arm_before_change_user_plans
This action is used to do action directly before user's plan is changed OR new plan is added in plan list.
Hook Details
- Hook Type: Action
- Source: core/classes/class.arm_subscription_plans.php
Usage:
Parameters:
$user_id
User ID
$old_plan_id_array
Array of user’s old plan IDs
$new_plan_id
New Plan ID
$new_plan_object
New Plan Object
