'overview', 'title' => esc_html__('Geographic', 'wp-statistics'), 'page_url' => 'geographic', 'callback' => GeographicPage::class, 'priority' => 74, ]; return $items; } }