Automattic\WooCommerce\RestApi

Server::get_telemetry_controllers()protectedWC 1.0

List of controllers in the telemetry namespace.

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

Хуков нет.

Возвращает

Массив.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_telemetry_controllers();

Код Server::get_telemetry_controllers() WC 8.7.0

protected function get_telemetry_controllers() {
	return array(
		'tracker' => 'WC_REST_Telemetry_Controller',
	);
}