apply_filters( ‘recovery_mode_begin_url’, string $url, string $token, string $key )

In this article

Filters the URL to begin recovery mode.

Parameters

$urlstring
The generated recovery mode begin URL.
$tokenstring
The token used to identify the key.
$keystring
The recovery mode key.

Source

return apply_filters( 'recovery_mode_begin_url', $url, $token, $key );

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

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