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.../lib
File: email_genericAlert.php
<?php if (!defined('WORDFENCE_VERSION')) { exit; } ?>
[0] Fix | Delete
<?php printf(
[1] Fix | Delete
/* translators: 1. Blog name/title. 2. Date. */
[2] Fix | Delete
__('This email was sent from your website "%1$s" by the Wordfence plugin at %2$s', 'wordfence'), $blogName, $date); ?>
[3] Fix | Delete
[4] Fix | Delete
<?php printf(
[5] Fix | Delete
/* translators: URL to the WordPress admin panel. */
[6] Fix | Delete
__('The Wordfence administrative URL for this site is: %s', 'wordfence'), wfUtils::wpAdminURL('admin.php?page=Wordfence')); ?>
[7] Fix | Delete
[8] Fix | Delete
<?php echo $alertMsg; ?>
[9] Fix | Delete
<?php if($IPMsg){ echo "\n$IPMsg\n"; } ?>
[10] Fix | Delete
[11] Fix | Delete
<?php if(! $isPaid){ ?>
[12] Fix | Delete
<?php esc_html_e('NOTE: You are using the free version of Wordfence. Upgrade today:
[13] Fix | Delete
- Receive real-time Firewall and Scan engine rule updates for protection as threats emerge
[14] Fix | Delete
- Real-time IP Blocklist blocks the most malicious IPs from accessing your site
[15] Fix | Delete
- Country blocking
[16] Fix | Delete
- IP reputation monitoring
[17] Fix | Delete
- Schedule scans to run more frequently and at optimal times
[18] Fix | Delete
- Access to Premium Support
[19] Fix | Delete
- Discounts for multi-year and multi-license purchases
[20] Fix | Delete
[21] Fix | Delete
Click here to upgrade to Wordfence Premium:
[22] Fix | Delete
https://www.wordfence.com/zz1/wordfence-signup/', 'wordfence'); ?>
[23] Fix | Delete
<?php } ?>
[24] Fix | Delete
[25] Fix | Delete
--
[26] Fix | Delete
<?php printf(
[27] Fix | Delete
/* translators: URL to the WordPress admin panel. */
[28] Fix | Delete
__("To change your alert options for Wordfence, visit:\n%s", 'wordfence'), $myOptionsURL); ?>
[29] Fix | Delete
[30] Fix | Delete
<?php printf(
[31] Fix | Delete
/* translators: URL to the WordPress admin panel. */
[32] Fix | Delete
__("To see current Wordfence alerts, visit:\n%s", 'wordfence'), $myHomeURL); ?>
[33] Fix | Delete
[34] Fix | Delete
[35] Fix | Delete
[36] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function