File "ProductSelect.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping/vendor_prefixed/wpdesk/wp-forms/src/Field/ProductSelect.php
File size: 284 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSVendor\WPDesk\Forms\Field;
class ProductSelect extends SelectField
{
public function __construct()
{
parent::__construct();
$this->set_multiple();
}
public function get_template_name()
{
return 'product-select';
}
}