Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wordfenc.../modules/login-se.../classes/model
File: compat.php
<?php
[0] Fix | Delete
namespace WordfenceLS;
[1] Fix | Delete
[2] Fix | Delete
class Model_Compat {
[3] Fix | Delete
public static function hex2bin($string) { //Polyfill for PHP < 5.4
[4] Fix | Delete
if (!is_string($string)) { return false; }
[5] Fix | Delete
if (strlen($string) % 2 == 1) { return false; }
[6] Fix | Delete
return pack('H*', $string);
[7] Fix | Delete
}
[8] Fix | Delete
}
[9] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function