apply_filters( 'llms_can_gateway_process_access_plan', bool $can_process_plan , LLMS_Order $plan , string $id )
Filters whether or not a gateway can process a specific access plan.
Parameters Parameters
- $can_process_plan
-
(bool) Whether or not the gateway can process a specific access plan.
- $plan
-
(LLMS_Order) Order object.
- $id
-
(string) The gateway ID.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 7.5.0 | Introduced. |