I need to show page_views and current_visitors Widgets in dashboard when I remove the comment from this line
 \Filters::add_filter('dashboard_content', [CMSHook::class, 'dashboard_content2'], 25);
I got an error Class 'Analytics' not found
Â
Â
Class ‘Analytics’ not found
17
Jun