Automattic\WooCommerce\Internal\Admin
SystemStatusReport::__construct
Hook into WooCommerce.
Method of the class: SystemStatusReport{}
No Hooks.
Returns
null. Nothing (null).
Usage
$SystemStatusReport = new SystemStatusReport(); $SystemStatusReport->__construct();
SystemStatusReport::__construct() SystemStatusReport:: construct code WC 10.8.1
public function __construct() {
add_action( 'woocommerce_system_status_report', array( $this, 'system_status_report' ) );
}