// Remove zxcvbn password strength script from frontend (not needed unless using password fields) function remove_zxcvbn_script_on_frontend(){if (!is_admin()){wp_dequeue_script('zxcvbn-async');wp_deregister_script('zxcvbn-async')}}add_action('wp_print_scripts','remove_zxcvbn_script_on_frontend',100);