On this page
WP_Recovery_Mode_Email_Service::__construct( WP_Recovery_Mode_Link_Service $link_service )
WP_Recovery_Mode_Email_Service constructor.
Parameters
$link_serviceWP_Recovery_Mode_Link_Service Required
Source
File: wp-includes/class-wp-recovery-mode-email-service.php. View all references
public function __construct( WP_Recovery_Mode_Link_Service $link_service ) {
$this->link_service = $link_service;
}
Related
Used By
| Used By | Description |
|---|---|
| WP_Recovery_Mode::__construct() wp-includes/class-wp-recovery-mode.php | WP_Recovery_Mode constructor. |
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_recovery_mode_email_service/__construct