apply_filters( "llms_get_minimum_password_strength_name_{$strength}", $string )
Filter the name of the password strength
Description Description
The dynamic portion of this hook, $strength
, can be either "strong", "medium", "weak" or "very-weak".
Parameters Parameters
- $string
-
$name Translated name of the password strength value.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |