Automattic\WooCommerce\RestApi
Server::get_telemetry_controllers()
List of controllers in the telemetry namespace.
Метод класса: Server{}
Хуков нет.
Возвращает
Массив
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_telemetry_controllers();
Код Server::get_telemetry_controllers() Server::get telemetry controllers WC 8.1.1
protected function get_telemetry_controllers() { return array( 'tracker' => 'WC_REST_Telemetry_Controller', ); }