WP_Recovery_Mode_Email_Service::__construct()
WP_Recovery_Mode_Email_Service constructor.
Method of the class: WP_Recovery_Mode_Email_Service{}
No Hooks.
Return
null
. Ничего (null).
Usage
$WP_Recovery_Mode_Email_Service = new WP_Recovery_Mode_Email_Service(); $WP_Recovery_Mode_Email_Service->__construct( $link_service );
- $link_service(WP_Recovery_Mode_Link_Service) (required)
- -
Changelog
Since 5.2.0 | Introduced. |
WP_Recovery_Mode_Email_Service::__construct() WP Recovery Mode Email Service:: construct code WP 6.3
public function __construct( WP_Recovery_Mode_Link_Service $link_service ) { $this->link_service = $link_service; }