WC_Payment_Gateways::__construct
Initialize payment gateways.
Method of the class: WC_Payment_Gateways{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Payment_Gateways = new WC_Payment_Gateways(); $WC_Payment_Gateways->__construct();
WC_Payment_Gateways::__construct() WC Payment Gateways:: construct code WC 10.5.0
public function __construct() {
$this->init();
}