WC_Settings_Accounts::__construct()
Constructor.
Description Description
Source Source
File: includes/admin/settings/class-wc-settings-accounts.php
public function __construct() {
$this->id = 'account';
$this->label = __( 'Accounts & Privacy', 'woocommerce' );
parent::__construct();
}