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