Automattic\WooCommerce\Internal\Admin

SystemStatusReport::__constructpublicWC 1.0

Hook into WooCommerce.

Method of the class: SystemStatusReport{}

No Hooks.

Returns

null. Nothing (null).

Usage

$SystemStatusReport = new SystemStatusReport();
$SystemStatusReport->__construct();

SystemStatusReport::__construct() code WC 10.8.1

public function __construct() {
	add_action( 'woocommerce_system_status_report', array( $this, 'system_status_report' ) );
}