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/user
File: disabled-application-passwords.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) exit;
[1] Fix | Delete
/**
[2] Fix | Delete
* Displays a message that application passwords are disabled
[3] Fix | Delete
* @var bool $includeLink Whether or not to display a link to the options page to enable application passwords
[4] Fix | Delete
*/
[5] Fix | Delete
$isAdmin = isset($isAdmin) && $isAdmin;
[6] Fix | Delete
?>
[7] Fix | Delete
<h2><?php esc_html_e('Application Passwords', 'wordfence'); ?></h2>
[8] Fix | Delete
<table class="form-table" role="presentation">
[9] Fix | Delete
<tr>
[10] Fix | Delete
<th><?php esc_html_e('Disabled', 'wordfence') ?></th>
[11] Fix | Delete
<td>
[12] Fix | Delete
<p>
[13] Fix | Delete
<?php esc_html_e('Application passwords have been disabled by Wordfence.', 'wordfence') ?>
[14] Fix | Delete
<?php if (!$isAdmin): ?>
[15] Fix | Delete
<?php esc_html_e('The site admin can change this option.', 'wordfence') ?>
[16] Fix | Delete
<?php endif ?>
[17] Fix | Delete
</p>
[18] Fix | Delete
<?php if ($isAdmin): ?>
[19] Fix | Delete
<?php
[20] Fix | Delete
$optionsUrl = 'admin.php?page=WordfenceWAF&subpage=waf_options#wf-option-loginSec-disableApplicationPasswords-label';
[21] Fix | Delete
?>
[22] Fix | Delete
<p><a href="<?php echo esc_attr(is_multisite() ? network_admin_url($optionsUrl) : admin_url($optionsUrl)) ?>" class="button"><?php esc_html_e('Edit Wordfence Options', 'wordfence') ?></a></p>
[23] Fix | Delete
<?php endif ?>
[24] Fix | Delete
</td>
[25] Fix | Delete
</tr>
[26] Fix | Delete
</table>
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function