WP_Recovery_Mode_Email_Service::__construct( WP_Recovery_Mode_Link_Service $link_service )

WP_Recovery_Mode_Email_Service constructor.


Description Description


Parameters Parameters

$link_service

(WP_Recovery_Mode_Link_Service) (Required)


Top ↑

Source Source

File: wp-includes/class-wp-recovery-mode-email-service.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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