LLMS_Payment_Gateways::instance()

Create instance of class


Return Return

(self)


Top ↑

Source Source

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

		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.

Top ↑

User Contributed Notes User Contributed Notes

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