WC_Settings_Payment_Gateways_React::__construct()publicWC 1.0

Constructor.

Method of the class: WC_Settings_Payment_Gateways_React{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WC_Settings_Payment_Gateways_React::__construct() code WC 9.5.1

public function __construct() {
	$this->id    = 'checkout';
	$this->label = _x( 'Payments', 'Settings tab label', 'woocommerce' );
	parent::__construct();
}