apply_filters( 'lifterlms_supporting_payment_gateways', LLMS_Payment_Gateway[] $gateways , string $feature )
Filters the list of gateways supporting the specified feature.
Description Description
Hook description.
Parameters Parameters
- $gateways
-
(LLMS_Payment_Gateway[]) Array of supporting gateways.
- $feature
-
(string) The requested gateway feature string.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.10.0 | Introduced. |