LLMS_Payment_Gateways::instance()
Create instance of class
Contents
Return Return
(self)
Source Source
File: includes/class.llms.payment.gateways.php
40 41 42 43 44 45 46 47 | add_filter( 'lifterlms_payment_gateways' , array ( $this , 'add_core_gateways' ) ); /** * Filters the list of registered LifterLMS Payment Gateway classes. * * @since 3.0.0 * * @param string[] $gateways Array of payment gateway class names. |
Expand full source code Collapse full source code View on GitHub