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-optionBadURL.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' => 'optionBadURL',
[6] Fix | Delete
'displayType' => __('URL', 'wordfence'),
[7] Fix | Delete
'iconSVG' => '<svg viewBox="0 0 20 20"><g><path d="M18 16V4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h13c.55 0 1-.45 1-1zM8 11h1c.55 0 1 .45 1 1s-.45 1-1 1H8v1.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V13H6c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V11zm5-2h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V7h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V9z"/></g></svg>',
[8] Fix | Delete
'summaryControls' => array(wfView::create('scanner/issue-control-ignore', array('ignoreC' => __('Ignore URL', 'wordfence'), 'ignoreP' => __('Ignore Option', 'wordfence'))), wfView::create('scanner/issue-control-show-details')),
[9] Fix | Delete
'detailPairs' => array(
[10] Fix | Delete
__('Option Name', 'wordfence') => '${data.optionKey}',
[11] Fix | Delete
__('Bad URL', 'wordfence') => '<strong class="wfWarn wf-split-word">${data.badURL}</strong>',
[12] Fix | Delete
null,
[13] Fix | Delete
__('Details', 'wordfence') => '{{html longMsg}}',
[14] Fix | Delete
null,
[15] Fix | Delete
__('Multisite Blog ID', 'wordfence') => array('data.isMultisite', '${data.blog_id}'),
[16] Fix | Delete
__('Multisite Blog Domain', 'wordfence') => array('data.isMultisite', '${data.domain}'),
[17] Fix | Delete
__('Multisite Blog Path', 'wordfence') => array('data.isMultisite', '${data.path}'),
[18] Fix | Delete
),
[19] Fix | Delete
'detailControls' => array(
[20] 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>',
[21] Fix | Delete
),
[22] Fix | Delete
'textOutput' => (isset($textOutput) ? $textOutput : null),
[23] Fix | Delete
'textOutputDetailPairs' => array(
[24] Fix | Delete
__('Option Name', 'wordfence') => '$data.optionKey',
[25] Fix | Delete
__('Bad URL', 'wordfence') => '$data.badURL',
[26] Fix | Delete
null,
[27] Fix | Delete
__('Details', 'wordfence') => '$longMsg',
[28] Fix | Delete
null,
[29] Fix | Delete
__('Multisite Blog ID', 'wordfence') => array('$data.isMultisite', '$data.blog_id'),
[30] Fix | Delete
__('Multisite Blog Domain', 'wordfence') => array('$data.isMultisite', '$data.domain'),
[31] Fix | Delete
__('Multisite Blog Path', 'wordfence') => array('$data.isMultisite', '$data.path'),
[32] Fix | Delete
),
[33] Fix | Delete
))->render();
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function