Skip to content

Instantly share code, notes, and snippets.

@DmitryBychenko
Created April 30, 2026 15:06
Show Gist options
  • Select an option

  • Save DmitryBychenko/5a6b3223c0e805f72eb1428ec77614df to your computer and use it in GitHub Desktop.

Select an option

Save DmitryBychenko/5a6b3223c0e805f72eb1428ec77614df to your computer and use it in GitHub Desktop.
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