WP_Site_Health_Auto_Updates::__construct() WordPress Method

The WP_Site_Health_Auto_Updates::__construct() function is used to construct the WP_Site_Health_Auto_Updates object. This function is called when the object is first created.

WP_Site_Health_Auto_Updates::__construct() #

WP_Site_Health_Auto_Updates constructor.


Source

File: wp-admin/includes/class-wp-site-health-auto-updates.php

	public function __construct() {
		require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
	}


Top ↑

Changelog

Changelog
VersionDescription
5.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.