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.


Top ↑

Parameters Parameters

$gateways

(LLMS_Payment_Gateway[]) Array of supporting gateways.

$feature

(string) The requested gateway feature string.


Top ↑

Source Source

File: includes/class.llms.payment.gateways.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.10.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.