do_action( 'llms_checkout_form_gateway_cant_process_plan', LLMS_Payment_Gateway $gateway , LLMS_Access_Plan|null $plan , LLMS_Order|null $order )
Fired when a gateway cannot process a specific plan.
Parameters Parameters
- $gateway
-
(LLMS_Payment_Gateway) Payment gateway instance.
- $plan
-
(LLMS_Access_Plan|null) Access plan object.
- $order
-
(LLMS_Order|null) Order object.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 7.5.0 | Introduced. |