Description
Filters the URL to begin recovery mode.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-recovery-mode-link-service.php | 128 |
Parameters
Type | Name | Description |
---|---|---|
string | $url | The generated recovery mode begin URL. |
string | $token | The token used to identify the key. |
string | $key | The recovery mode key. |
PHP Doc
/**
* Filters the URL to begin recovery mode.
*
* @since 5.2.0
*
* @param string $url The generated recovery mode begin URL.
* @param string $token The token used to identify the key.
* @param string $key The recovery mode key.
*/