WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about recovery_mode_begin_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-recovery-mode-link-service.php apply_filters 128 /**
* 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.
*/

Hook Parameters

Parameter 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.