Filter: wu_stripe_webhook_membership
Filters the membership record associated with this webhook.
This filter was introduced due to conflicts that may arise when the same Stripe customer may be used on different sites.
Parameters
| Name | Type | Description |
|---|---|---|
| $membership | \WP_Ultimo\Models\Membership|false | The membership object. |
| $event | \Stripe\Event | The event received. |
Source
Defined in inc/gateways/class-base-stripe-gateway.php at line 2852