Filter: wu_resubscribe_checkout_url
Filters the resubscription checkout URL.
Allows third-party code to modify the URL the customer is redirected to when resubscribing after a cancellation.
Parameters
| Name | Type | Description |
|---|---|---|
| $checkout_url | string | The checkout URL. |
| $membership | \WP_Ultimo\Models\Membership | The cancelled membership. |
| $plan | \WP_Ultimo\Models\Product | The plan to resubscribe to. |
Since
- 2.0.0
Source
Defined in inc/ui/class-site-actions-element.php at line 1535