LLMS_Payment_Gateways::add_core_gateways( string[] $gateways )

Register core gateways.


Parameters Parameters

$gateways

(string[]) (Required) Array of gateway class names.


Top ↑

Return Return

(string[])


Top ↑

Source Source

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

	public function add_core_gateways( $gateways ) {
		$gateways[] = 'LLMS_Payment_Gateway_Manual';
		return $gateways;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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