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/scanner
File: issue-checkSpamIP.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* Presents an issue template.
[3] Fix | Delete
*/
[4] Fix | Delete
echo wfView::create('scanner/issue-base', array(
[5] Fix | Delete
'internalType' => 'checkSpamIP',
[6] Fix | Delete
'displayType' => __('Spam', 'wordfence'),
[7] Fix | Delete
'iconSVG' => '<svg viewBox="0 0 20 20"><g><path d="M18 13h1c.55 0 1 .45 1 1.01v2.98c0 .56-.45 1.01-1 1.01h-4c-.55 0-1-.45-1-1.01v-2.98c0-.56.45-1.01 1-1.01h1v-2h-5v2h1c.55 0 1 .45 1 1.01v2.98c0 .56-.45 1.01-1 1.01H8c-.55 0-1-.45-1-1.01v-2.98c0-.56.45-1.01 1-1.01h1v-2H4v2h1c.55 0 1 .45 1 1.01v2.98C6 17.55 5.55 18 5 18H1c-.55 0-1-.45-1-1.01v-2.98C0 13.45.45 13 1 13h1v-2c0-1.1.9-2 2-2h5V7H8c-.55 0-1-.45-1-1.01V3.01C7 2.45 7.45 2 8 2h4c.55 0 1 .45 1 1.01v2.98C13 6.55 12.55 7 12 7h-1v2h5c1.1 0 2 .9 2 2v2z"/></g></svg>',
[8] Fix | Delete
'summaryControls' => array(wfView::create('scanner/issue-control-ignore', array('ignoreP' => __('Ignore', 'wordfence'))), wfView::create('scanner/issue-control-show-details')),
[9] Fix | Delete
'detailPairs' => array(
[10] Fix | Delete
__('Details', 'wordfence') => '{{html longMsg}}',
[11] Fix | Delete
),
[12] Fix | Delete
'detailControls' => array(
[13] Fix | Delete
'<a href="#" class="wf-btn wf-btn-default wf-btn-callout-subtle wf-issue-control-mark-fixed" role="button">' . __('Mark as Fixed', 'wordfence') . '</a>',
[14] Fix | Delete
),
[15] Fix | Delete
'textOutput' => (isset($textOutput) ? $textOutput : null),
[16] Fix | Delete
'textOutputDetailPairs' => array(
[17] Fix | Delete
__('Details', 'wordfence') => '$longMsg',
[18] Fix | Delete
),
[19] Fix | Delete
))->render();
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function