apply_filters( 'llms_order_switch_source_action', null|string $action , LLMS_Order $order )
Filters the required user action for the order when switching the order’s payment source.
Parameters Parameters
- $action
-
(null|string) The switch action ID or
null
when the payment source cannot be switched. - $order
-
(LLMS_Order) The order object.
Source Source
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |