D
D
DMax9212018-11-06 20:13:38
WordPress
DMax921, 2018-11-06 20:13:38

How to simplify password entry in Woocommerce?

Hello!
Please tell me how to simplify the password entry when registering WOO
It turns out that in order to register you need to enter a very long password, how to make it to indicate at least 3 or 5 digits ??

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DMax921, 2018-11-07
@DMax921

Found on wp-kama

// Убираем требования к паролю при регистрации
add_action( 'wp_print_scripts', 'remove_wc_password_meter', 100 );
function remove_wc_password_meter() {
  wp_dequeue_script('wc-password-strength-meter');
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question