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: menu_tools_importExport.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
?>
[2] Fix | Delete
<script type="application/javascript">
[3] Fix | Delete
(function($) {
[4] Fix | Delete
$(function() {
[5] Fix | Delete
document.title = "<?php esc_attr_e('Import/Export Options', 'wordfence'); ?>" + " \u2039 " + WFAD.basePageName;
[6] Fix | Delete
});
[7] Fix | Delete
})(jQuery);
[8] Fix | Delete
</script>
[9] Fix | Delete
<div id="wf-tools-importexport">
[10] Fix | Delete
<div class="wf-section-title">
[11] Fix | Delete
<h2><?php esc_html_e('Import/Export Options', 'wordfence') ?></h2>
[12] Fix | Delete
<span><?php echo wp_kses(sprintf(
[13] Fix | Delete
/* translators: URL to support page. */
[14] Fix | Delete
__('<a href="%s" target="_blank" rel="noopener noreferrer" class="wf-help-link">Learn more<span class="wf-hidden-xs"> about importing and exporting options</span><span class="screen-reader-text"> (opens in new tab)</span></a>', 'wordfence'), wfSupportController::esc_supportURL(wfSupportController::ITEM_TOOLS_IMPORT_EXPORT)), array('a'=>array('href'=>array(), 'target'=>array(), 'rel'=>array(), 'class'=>array()), 'span'=>array('class'=>array()))); ?>
[15] Fix | Delete
<i class="wf-fa wf-fa-external-link" aria-hidden="true"></i></span>
[16] Fix | Delete
</div>
[17] Fix | Delete
[18] Fix | Delete
<p><?php esc_html_e("To clone one site's configuration to another, use the import/export tools below.", 'wordfence') ?></p>
[19] Fix | Delete
[20] Fix | Delete
<?php
[21] Fix | Delete
echo wfView::create('dashboard/options-group-import', array(
[22] Fix | Delete
'stateKey' => 'global-options-import',
[23] Fix | Delete
'collapseable' => false,
[24] Fix | Delete
))->render();
[25] Fix | Delete
?>
[26] Fix | Delete
</div>
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function