WC_Settings_Accounts::__construct()publicWC 1.0

Constructor.

Method of the class: WC_Settings_Accounts{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WC_Settings_Accounts::__construct() code WC 8.7.0

public function __construct() {
	$this->id    = 'account';
	$this->label = __( 'Accounts & Privacy', 'woocommerce' );
	parent::__construct();
}