wp-includes/class-wp-recovery-mode-link-service.php:43WP_Recovery_Mode_Link_Service constructor.
$cookie_serviceWP_Recovery_Mode_Cookie_Service$key_serviceWP_Recovery_Mode_Key_Service public function __construct( WP_Recovery_Mode_Cookie_Service $cookie_service, WP_Recovery_Mode_Key_Service $key_service ) { $this->cookie_service = $cookie_service; $this->key_service = $key_service; }Introduced in 5.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/class-wp-recovery-mode-link-service.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.