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