apply_filters( 'llms_order_can_switch_source', boolean $can_switch , LLMS_Order $order )
Filters whether or not the order’s payment source can be changed.
Parameters Parameters
- $can_switch
-
(boolean) Whether or not the order's source can be switched.
- $order
-
(LLMS_Order) The order object.
Source Source
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |