FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cleantalk-spam-protect
/
lib
/
Cleantalk
/
ApbctWP
/
Variables
Edit File: Request.php
<?php namespace Cleantalk\ApbctWP\Variables; use Cleantalk\ApbctWP\Validate; class Request extends \Cleantalk\Variables\Request { /** * @inheritDoc */ protected function sanitizeDefault($value) { return sanitize_textarea_field($value); } }
Save
Back