apply_filters( 'llms_order_can_resubscribe', boolean $can_resubscribe , LLMS_Order $order )
Determines whether or not a user can resubscribe to an inactive recurring payment order.
Parameters Parameters
- $can_resubscribe
-
(boolean) Whether or not a user can resubscribe.
- $order
-
(LLMS_Order) The order object.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.19.0 | Introduced. |