: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<?php if (!defined('WORDFENCE_VERSION')) { exit; }
if (!function_exists('str_getcsv')) {
function str_getcsv($input, $delimiter = ',', $enclosure = '"', $escape = null, $eol = null) {
$temp = fopen("php://memory", "rw");
while (($data = fgetcsv($temp, 0, $delimiter, $enclosure, $escape)) !== false) {