WC_Settings_Accounts::__construct
Constructor.
Method of the class: WC_Settings_Accounts{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Settings_Accounts = new WC_Settings_Accounts(); $WC_Settings_Accounts->__construct();
WC_Settings_Accounts::__construct() WC Settings Accounts:: construct code WC 10.8.1
public function __construct() {
$this->id = 'account';
$this->label = __( 'Accounts & Privacy', 'woocommerce' );
parent::__construct();
}