0): ?>

', '', '', '' ); ?>

' ', 'category' => esc_html__('Getting Started', 'wp-statistics'), 'title' => esc_html__('Learn how WP Statistics works.', 'wp-statistics'), 'view_more_title' => esc_html__('View all articles', 'wp-statistics'), 'view_more_link' => esc_url(WP_STATISTICS_SITE_URL.'/resources-category/getting-started/?utm_source=wp-statistics&utm_medium=link&utm_campaign=help'), 'description' => esc_html__('Explore the full documentation to understand key features and get the most out of WP Statistics.', 'wp-statistics'), ]; View::load("components/objects/help-center-card", $card1); $card2 = [ 'icon' => ' ', 'category' => esc_html__('Guides', 'wp-statistics'), 'title' => esc_html__('Make the most of WP Statistics.', 'wp-statistics'), 'view_more_title' => esc_html__('View all articles', 'wp-statistics'), 'view_more_link' => esc_url(WP_STATISTICS_SITE_URL.'/resources-category/guides/?utm_source=wp-statistics&utm_medium=link&utm_campaign=help'), 'description' => esc_html__('Find easy, step-by-step instructions to track user activity, analyze data, and improve your site’s performance.', 'wp-statistics'), ]; View::load("components/objects/help-center-card", $card2); $card3 = [ 'icon' => ' ', 'category' => esc_html__('Privacy', 'wp-statistics'), 'title' => esc_html__('Your data, your rules.', 'wp-statistics'), 'view_more_title' => esc_html__('View all articles', 'wp-statistics'), 'view_more_link' => esc_url(WP_STATISTICS_SITE_URL.'/resources-category/privacy/?utm_source=wp-statistics&utm_medium=link&utm_campaign=help'), 'description' => esc_html__('Learn how WP Statistics protects user privacy and how you can manage data settings to stay compliant.', 'wp-statistics'), ]; View::load("components/objects/help-center-card", $card3); $card4 = [ 'icon' => ' ', 'category' => esc_html__('Troubleshooting', 'wp-statistics'), 'title' => esc_html__('Solve issues quickly.', 'wp-statistics'), 'view_more_title' => esc_html__('View all articles', 'wp-statistics'), 'view_more_link' => esc_url(WP_STATISTICS_SITE_URL.'/resources-category/troubleshooting/?utm_source=wp-statistics&utm_medium=link&utm_campaign=help'), 'description' => esc_html__('Get help fixing common problems, errors, or setup issues and keep your site running smoothly.', 'wp-statistics') ]; View::load("components/objects/help-center-card", $card4); $card5 = [ 'icon' => ' ', 'category' => esc_html__('FEATURE REQUESTS', 'wp-statistics'), 'title' => esc_html__('Help Shape The Future.', 'wp-statistics'), 'view_more_title' => esc_html__('Submit Request', 'wp-statistics'), 'view_more_link' => 'https://feedback.veronalabs.com/boards/wp-statistics', 'description' => esc_html__('Submit your ideas or vote on features requested by others. Your feedback helps us improve WP Statistics based on what matters most to you.', 'wp-statistics') ]; $card5_pro = [ 'icon' => ' ', 'category' => esc_html__('REVIEWS', 'wp-statistics'), 'title' => esc_html__('Leave Us a Review.', 'wp-statistics'), 'view_more_title' => esc_html__('Leave a Review', 'wp-statistics'), 'view_more_link' => 'https://wordpress.org/support/plugin/wp-statistics/reviews/?filter=5#new-post', 'description' => esc_html__('Love WP Statistics? Post a public review so other WordPress users can discover the plugin’s benefits.', 'wp-statistics') ]; if (!$isPremium) { View::load("components/objects/help-center-card", $card5); } else { View::load("components/objects/help-center-card", $card5_pro); } $card6 = [ 'icon' => ' ', 'category' => esc_html__('Follow Us', 'wp-statistics'), 'title' => esc_html__('Stay informed.', 'wp-statistics'), 'social' => true, 'description' => esc_html__('Get updates, tips, and news about WP Statistics to help you get even more from your analytics.', 'wp-statistics') ]; View::load("components/objects/help-center-card", $card6); ?>
esc_html__('Upgrade Now', 'wp-statistics'), 'cta_link' => esc_url(WP_STATISTICS_SITE_URL.'/pricing/?utm_source=wp-statistics&utm_medium=link&utm_campaign=help'), 'title' => esc_html__('Want More Features?', 'wp-statistics'), 'description' => esc_html__('Upgrade your plan to access more tools and supercharge your growth.', 'wp-statistics') ]; View::load("components/objects/help-center-cta", $cta); } else { $cta = [ 'cta_title' => esc_html__('Submit a Feature Request', 'wp-statistics'), 'cta_link' => 'https://feedback.veronalabs.com/boards/wp-statistics', 'title' => esc_html__('Got Ideas for New Features?', 'wp-statistics'), 'description' => esc_html__('We’re building WP Statistics with you in mind. Share your suggestions or upvote existing ones to help shape what comes next.', 'wp-statistics') ]; View::load("components/objects/help-center-cta", $cta); } ?>