WC_Settings_Payment_Gateways_React::__construct()
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() 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(); }