recovery_mode_begin_url WordPress Filter Hook
The recovery_mode_begin_url hook is called when the WordPress recovery mode is about to begin. This hook allows you to specify a custom URL for the WordPress recovery mode page.
apply_filters( 'recovery_mode_begin_url', string $url , string $token , string $key ) #
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
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |