apply_filters( 'cp_password_algorithm', string )
Filter enabling the password algorithm to be changed.
Parameters
-
PASSWORD_DEFAULT PHP's current default hashing algorithm.
Return
(string) $algorithm Any algorithm recognized by PHP.
Source
Changelog
Version | Description |
---|---|
CP-2.2.0 | Introduced. CP-2.2.0 |