Created
April 30, 2026 15:06
-
-
Save DmitryBychenko/5a6b3223c0e805f72eb1428ec77614df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_filter( 'password_hint', 'tb_custom_password_hint' ); | |
| function tb_custom_password_hint( $hint ) { | |
| return 'Минимум 6 символов. Используйте буквы и цифры для защиты аккаунта.'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment