Used By
Used By | Description |
---|---|
wp-includes/class-wp-recovery-mode.php: WP_Recovery_Mode::__construct() | WP_Recovery_Mode constructor. |
WP_Recovery_Mode_Link_Service constructor.
(WP_Recovery_Mode_Cookie_Service) (Required) Service to handle setting the recovery mode cookie.
(WP_Recovery_Mode_Key_Service) (Required) Service to handle generating recovery mode keys.
File: wp-includes/class-wp-recovery-mode-link-service.php
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; }
Version | Description |
---|---|
5.2.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_recovery_mode_link_service/__construct