Viewing 3 replies - 1 through 3 (of 3 total)
  • Stef

    (@serafinnyc)

    Could be displayed out none. Try enabling or installing WC. right now we can’t see anything. In addition, if your theme doesn’t override the template you can always add this snippet.

    add_filter('password_hint', 'change_password_hint');
    function change_password_hint($hint) {
      return "My new password hint";
    }
    • This reply was modified 5 years, 6 months ago by Stef.
    Thread Starter lumiclothing

    (@lumiclothing)

    Thanks a million Stef

    Thread Starter lumiclothing

    (@lumiclothing)

    I just installed wrong plugin, sorry

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Password hint didn’t appear’ is closed to new replies.