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/password.../admin/js
File: class-ppw-notice-deactivate.js
/* Deactivate PPWP Js*/
[0] Fix | Delete
[1] Fix | Delete
(function ($) {
[2] Fix | Delete
'use strict';
[3] Fix | Delete
$(function () {
[4] Fix | Delete
$('a[aria-label="Deactivate Password Protect WordPress Lite"]').click(function () {
[5] Fix | Delete
var message = 'Please restore all your previously created passwords before deactivating the plugin to avoid all protected pages and posts becoming public.\nAre you sure you want to deactivate our PPWP Lite version now?';
[6] Fix | Delete
if (!confirm(message)) {
[7] Fix | Delete
return false;
[8] Fix | Delete
}
[9] Fix | Delete
});
[10] Fix | Delete
});
[11] Fix | Delete
})(jQuery);
[12] Fix | Delete
[13] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function