Files
homeproz/wp-content/plugins/all-in-one-wp-security-and-firewall/js/remove-weak-pw.js
T

4 lines
90 B
JavaScript
Executable File

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