File "NoSanitize.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor_prefixed/wpdesk/wp-forms/src/Sanitizer/NoSanitize.php
File size: 234 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FSProVendor\WPDesk\Forms\Sanitizer;
use FSProVendor\WPDesk\Forms\Sanitizer;
class NoSanitize implements \FSProVendor\WPDesk\Forms\Sanitizer
{
public function sanitize($value)
{
return $value;
}
}