diff --git a/src/Admin/AnalyticsController.php b/src/Admin/AnalyticsController.php index 4b2231e..bff2ab1 100644 --- a/src/Admin/AnalyticsController.php +++ b/src/Admin/AnalyticsController.php @@ -301,14 +301,7 @@ class AnalyticsController */ public function renderStatisticsPage(): void { - try { - $stats = $this->licenseManager->getStatistics(); - $this->renderStatisticsPageFallback($stats); - } catch (\Throwable $e) { - echo '
Error: ' . esc_html($e->getMessage()) . '
'; - echo 'File: ' . esc_html($e->getFile()) . ':' . esc_html($e->getLine()) . '
If you see this, the callback is working.