/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


function custom_min_password_length($min_password_length) {
    return 6;
}
add_filter('woocommerce_min_password_strength', 'custom_min_password_length', 10, 1);





