It’s working for me
-
Thanks
It’s working for meAdd this to your functions.phps to remove the requirements:
function remove_wc_password_meter() {
wp_dequeue_script( ‘wc-password-strength-meter’ );
}
add_action( ‘wp_print_scripts’, ‘remove_wc_password_meter’, 100 );
- The topic ‘It’s working for me’ is closed to new replies.