WC_Payment_Gateways::__construct()publicWC 1.0

Initialize payment gateways.

Method of the class: WC_Payment_Gateways{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Payment_Gateways = new WC_Payment_Gateways();
$WC_Payment_Gateways->__construct();

WC_Payment_Gateways::__construct() code WC 8.7.0

public function __construct() {
	$this->init();
}