Filters the URL to begin recovery mode.
$urlstring$tokenstring$keystringwp-includes/class-wp-recovery-mode-link-service.php:128WP_Recovery_Mode_Link_Service::get_recovery_mode_begin_url() * @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. */ return apply_filters( 'recovery_mode_begin_url', $url, $token, $key ); }}Introduced in 5.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.