• Resolved valousal

    (@valentinanamorphik)


    Hi,

    Sorry, it’s me again… 🙂

    Evolution request.

    Is it possible to add a action on the “add_plan_role_to_customer” and “remove_plan_role_from_customer” methods of the “ProfilePress\Core\Membership\Models\Subscription\SubscriptionEntity” class?

    // add_plan_role_to_customer()
    do_action('ppress_add_plan_to_customer', $plan, $customer, $user);
    
    // remove_plan_role_from_customer()
    do_action('ppress_remove_plan_from_customer', $plan, $customer, $user)

    THANKS.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Evolution request #7 : Add a action on the method’ is closed to new replies.