WP_Recovery_Mode_Email_Service::__construct( WP_Recovery_Mode_Link_Service $link_service )

In this article

WP_Recovery_Mode_Email_Service constructor.

Parameters

$link_serviceWP_Recovery_Mode_Link_Servicerequired

Source

public function __construct( WP_Recovery_Mode_Link_Service $link_service ) {
	$this->link_service = $link_service;
}

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.