Automattic\WooCommerce\Internal\Admin

SystemStatusReport::__construct()publicWC 1.0

Hook into WooCommerce.

Method of the class: SystemStatusReport{}

No Hooks.

Return

null. Nothing (null).

Usage

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

SystemStatusReport::__construct() code WC 8.7.0

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