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