WC_Settings_Products::__construct()
Constructor.
Description Description
Source Source
File: includes/admin/settings/class-wc-settings-products.php
public function __construct() {
$this->id = 'products';
$this->label = __( 'Products', 'woocommerce' );
parent::__construct();
}