apply_filters( 'random_password', string $password )

Filters the randomly-generated password.


Parameters

$password

(string) The generated password.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.0.0 Introduced.