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