WP_Recovery_Mode_Email_Service::__construct( WP_Recovery_Mode_Link_Service $link_service )

WP_Recovery_Mode_Email_Service constructor.


Parameters

$link_service WP_Recovery_Mode_Link_Service Required

Top ↑

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;
}


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes

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