Filters the URL to begin recovery mode.
Parameters
$url
string- The generated recovery mode begin URL.
$token
string- The token used to identify the key.
$key
string- The recovery mode key.
Source
return apply_filters( 'recovery_mode_begin_url', $url, $token, $key );
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.