Automattic\WooCommerce\Internal\Admin

SystemStatusReport::__construct()publicWC 1.0

Hook into WooCommerce.

Метод класса: SystemStatusReport{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код SystemStatusReport::__construct() WC 8.7.0

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