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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.