Browse: Home / Hooks /

learndash_payment_gateways

apply_filters( 'learndash_payment_gateways',  Learndash_Payment_Gateway[] $gateways )

Filters the list of payment gateways.


Description #


Parameters #

$gateways

(Learndash_Payment_Gateway[]) List of payment gateway instances.


Return #

(Learndash_Payment_Gateway[]) List of payment gateway instances.


Source #

File: includes/payments/gateways/init.php


Changelog #

Changelog
Version Description
4.5.0 Introduced.