Files
SIGE-WEB-snapshot/wp-content/plugins/all-in-one-wp-security-and-firewall/js/remove-weak-pw.js

4 lines
90 B
JavaScript

jQuery(document).ready(function($) {
$('#pw-weak').remove();
$('.pw-weak').remove();
});