Edit File by line
/home/barbar84/www/wp-conte.../plugins/minioran.../views
File: navbar.php
<?php
[0] Fix | Delete
[1] Fix | Delete
if($shw_feedback)
[2] Fix | Delete
do_action('mo_mmp_show_message',MoMmpMessages::showMessage('FEEDBACK'),'CUSTOM_MESSAGE');
[3] Fix | Delete
if(!$safe)
[4] Fix | Delete
do_action('mo_mmp_show_message',MoMmpMessages::showMessage('WHITELIST_SELF'),'CUSTOM_MESSAGE');
[5] Fix | Delete
[6] Fix | Delete
echo'<div class="wrap">
[7] Fix | Delete
<div><img style="float:left;margin-top:5px;" src="'.esc_url($logo_url).'"></div>
[8] Fix | Delete
<h1>
[9] Fix | Delete
Malware Protection &nbsp;
[10] Fix | Delete
<a class="add-new-h2" href="'.esc_url($profile_url).'">Account</a>
[11] Fix | Delete
<a class="add-new-h2" href="'.esc_url($help_url).'">Troubleshooting</a>
[12] Fix | Delete
<a class="license-button add-new-h2" href="'.esc_url($license_url).'">Upgrade</a>
[13] Fix | Delete
</h1></div>';?>
[14] Fix | Delete
<br>
[15] Fix | Delete
<div class="nav-tab-wrapper">
[16] Fix | Delete
<?php
[17] Fix | Delete
echo '<a id="mo_2fa_waf" class="nav-tab '.($active_tab == 'mo_mmp_dashboard' ? 'nav-tab-active' : '').'" href="'.esc_url($dashboard_url).'"><span class="dashicons dashicons-dashboard"></span>Dashboard</a>';
[18] Fix | Delete
echo '<a id="mo_2fa_waf" class="nav-tab '.($active_tab == 'mo_mmp_waf' ? 'nav-tab-active' : '').'" href="'.esc_url($waf).'"><span class="dashicons dashicons-shield"></span>Firewall</a>';
[19] Fix | Delete
echo '<a id="malware_tab" class="nav-tab '.($active_tab == 'mo_mmp_malwarescan' ? 'nav-tab-active' : '').'" href="'.esc_attr($scan_url) .'"><span class="dashicons dashicons-search"></span>Malware Scan</a>';
[20] Fix | Delete
if(get_site_option('mo_mmp_switch_loginspam') || true){
[21] Fix | Delete
echo '<a id="login_spam_tab" class="nav-tab '.($active_tab == 'mo_mmp_login_and_spam' ? 'nav-tab-active' : '').'" href="'.esc_url($login_and_spam) .'"><span class="dashicons dashicons-admin-users"></span>Login and Spam</a>';
[22] Fix | Delete
}
[23] Fix | Delete
if(get_site_option('mo_mmp_switch_backup') || true){
[24] Fix | Delete
echo '<a id="backup_tab" class="nav-tab '.esc_attr($active_tab == 'mo_mmp_backup' ? 'nav-tab-active' : '').'" href="'.esc_url($backup).'"><span class="dashicons dashicons-database-export"></span>Encrypted Backup</a>';
[25] Fix | Delete
}
[26] Fix | Delete
if(get_site_option('mo_mmp_switch_adv_block') || true){
[27] Fix | Delete
echo '<a id="adv_block_tab" class="nav-tab '.esc_attr($active_tab == 'mo_mmp_advancedblocking'? 'nav-tab-active' : '').'" href="'.esc_url($advance_block).'"><span class="dashicons dashicons-hidden"></span>Advanced Blocking</a>';
[28] Fix | Delete
}
[29] Fix | Delete
if(get_site_option('mo_mmp_switch_notif') || true){
[30] Fix | Delete
echo '<a id="notif_tab" class="nav-tab '.esc_attr($active_tab == 'mo_mmp_notifications' ? 'nav-tab-active' : '').'" href="'.esc_url($notif_url) .'"><span class="dashicons dashicons-bell"></span>Notifications</a>';
[31] Fix | Delete
}
[32] Fix | Delete
if(get_site_option('mo_mmp_switch_reports') || true){
[33] Fix | Delete
echo '<a id="report_tab" class="nav-tab '.esc_attr($active_tab == 'mo_mmp_reports' ? 'nav-tab-active' : '').'" href="'.esc_url($reports_url) .'"><span class="dashicons dashicons-media-spreadsheet"></span>Reports</a>';
[34] Fix | Delete
}
[35] Fix | Delete
echo '<a class="nav-tab '.esc_attr($active_tab == 'mo_mmp_upgrade' ? 'nav-tab-active' : '').'" href="'.esc_url($upgrade_url) .'"><span class="dashicons dashicons-star-filled"></span>Upgrade</a>';
[36] Fix | Delete
?>
[37] Fix | Delete
</div>
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function