mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
https://github.com/strangerstudios/pmpro-snippets-library/blob/dev/misc/allow-weak-passwords.php
1 line
61 B
Text
1 line
61 B
Text
add_filter( 'pmpro_allow_weak_passwords', '__return_true' );
|