Skip to content

Instantly share code, notes, and snippets.

@SirDarcanos
Created May 16, 2017 05:49
Show Gist options
  • Save SirDarcanos/dfedb0bd0529763eaab7b8734401ab0e to your computer and use it in GitHub Desktop.
Save SirDarcanos/dfedb0bd0529763eaab7b8734401ab0e to your computer and use it in GitHub Desktop.
functions.php
add_filter( 'woocommerce_min_password_strength', create_function( '', 'return 2;' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment