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/clone/wp-conte.../plugins/wordfenc.../views/unsuppor...
File: admin-message.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* Presents the unsupported PHP version modal.
[3] Fix | Delete
*/
[4] Fix | Delete
[5] Fix | Delete
require(dirname(__FILE__) . '/../../lib/wfVersionSupport.php');
[6] Fix | Delete
/**
[7] Fix | Delete
* @var string $wfPHPDeprecatingVersion
[8] Fix | Delete
* @var string $wfPHPMinimumVersion
[9] Fix | Delete
*/
[10] Fix | Delete
?>
[11] Fix | Delete
<div style="padding: 10px; border: 2px solid #00709e; background-color: #fff; margin: 20px 20px 10px 0px; color: #00709e">
[12] Fix | Delete
<img style="display: block; float: left; margin: 0 10px 0 0" src="<?php echo plugins_url('', WORDFENCE_FCPATH) . '/' ?>images/wordfence-logo.svg" alt="" width="35" height="35">
[13] Fix | Delete
<p style="margin: 10px"><?php echo esc_html(sprintf(
[14] Fix | Delete
/* translators: 1. PHP version. 2. Wordfence version. 3. Minimum PHP version. */
[15] Fix | Delete
__('You are running PHP version %1$s that is not supported by Wordfence %2$s. Wordfence features will not be available until PHP has been upgraded. We recommend using PHP version 8.1, but Wordfence will run on PHP version %3$s at a minimum.', 'wordfence'),
[16] Fix | Delete
PHP_VERSION,
[17] Fix | Delete
WORDFENCE_VERSION,
[18] Fix | Delete
$wfPHPMinimumVersion
[19] Fix | Delete
)) ?></p>
[20] Fix | Delete
</div>
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function