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".


Top ↑

Parameters Parameters

$string

$name Translated name of the password strength value.


Top ↑

Source Source

File: includes/functions/llms.functions.person.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.