WC_Settings_Accounts::__construct()
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() WC Settings Accounts:: construct code WC 9.8.2
public function __construct() { $this->id = 'account'; $this->label = __( 'Accounts & Privacy', 'woocommerce' ); parent::__construct(); }