random_password – filter
Filters the randomly-generated password.
Parameters
- .
- ( 3.0.0 ) . .
- Added
- ( 5.3.0 ) the `$length`, `$special_chars`, and `$extra_special_chars` parameters. . . .
- $password
- ( string ) The generated password. . . .
- ( int ) $length The length of password to generate. . . .
- ( bool ) $special_chars Whether to include standard special characters. . . .
- ( bool ) $extra_special_chars Whether to include other special characters. . . .