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