PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.8.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.8.0
8.8.0 8.7.9 8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 All 536 releases
← All changes | includes/admin/templates/wizard-popup.php +2 -2 8.6.0 → 8.8.0 View file →
@@ -699,12 +699,12 @@
699 699 dismissWizard();
700 700 location.reload();
701 701 return;
702 702 }
703 - if (confirm('Are you sure you want to skip the setup wizard? you can set up these configurations manually inside the settings panel.')) {
703 + // if (confirm('Are you sure you want to skip the setup wizard? you can set up these configurations manually inside the settings panel.')) {
704 704 sessionStorage.setItem('wpbot_wizard_skipped', '1');
705 705 dismissWizard();
706 - }
706 + // }
707 707 });
708 708
709 709 // Next Button Click
710 710 $('#wpbot-wizard-next').on('click', function(e) {