PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 3.1.1
MxChat – AI Chatbot & Content Generation for WordPress v3.1.1
3.2.21 3.2.20 3.2.19 3.2.18 3.2.17 3.2.16 3.2.15 3.2.14 3.2.12 3.2.13 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 3.2.6 3.2.5 3.2.4 3.2.3 3.2.2 3.2.1 2.0.3 2.0.4 2.0.5 2.0.6 All 152 releases
← All changes | includes/admin-settings-page.php +22 -485 3.2.93.1.1 View file →
@@ -67,12 +67,8 @@
67 67 <button class="mxch-mobile-nav-link" data-target="optimization">
68 68 <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg>
69 69 <span><?php esc_html_e('Optimization', 'mxchat'); ?></span>
70 70 </button>
71 - <button class="mxch-mobile-nav-link" data-target="testing">
72 - <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 2v6"/><path d="M15 2v6"/><path d="M12 17v5"/><path d="M5 8h14"/><path d="M6 11v-1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1"/><path d="m9 14 3 3 3-3"/></svg>
73 - <span><?php esc_html_e('Testing', 'mxchat'); ?></span>
74 - </button>
75 71 </div>
76 72 <!-- Integrations Section -->
77 73 <div class="mxch-mobile-nav-section">
78 74 <div class="mxch-mobile-nav-section-title"><?php esc_html_e('Integrations', 'mxchat'); ?></div>
@@ -159,17 +155,8 @@
159 155 </span>
160 156 <span class="mxch-nav-link-text"><?php esc_html_e('Optimization', 'mxchat'); ?></span>
161 157 </button>
162 158 </div>
163 -
164 - <div class="mxch-nav-item" data-section="testing">
165 - <button class="mxch-nav-link" data-target="testing">
166 - <span class="mxch-nav-link-icon">
167 - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 2v6"/><path d="M15 2v6"/><path d="M12 17v5"/><path d="M5 8h14"/><path d="M6 11v-1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1"/><path d="m9 14 3 3 3-3"/></svg>
168 - </span>
169 - <span class="mxch-nav-link-text"><?php esc_html_e('Testing', 'mxchat'); ?></span>
170 - </button>
171 - </div>
172 159 </div>
173 160
174 161 <!-- Integrations Section -->
175 162 <div class="mxch-nav-section">
@@ -205,9 +192,8 @@
205 192 <span class="mxch-nav-link-text"><?php esc_html_e('Tutorials', 'mxchat'); ?></span>
206 193 </button>
207 194 </div>
208 195 </div>
209 -
210 196 </nav>
211 197
212 198 <?php if (!$is_activated): ?>
213 199 <div class="mxch-sidebar-footer">
@@ -223,12 +209,12 @@
223 209 <main class="mxch-content">
224 210 <?php if (!$is_activated): ?>
225 211 <div class="mxch-pro-banner">
226 212 <div class="mxch-pro-banner-content">
227 - <h3 class="mxch-pro-banner-title"><?php esc_html_e('Stop paying $50–200/month for AI chatbot tools.', 'mxchat'); ?></h3>
228 - <p class="mxch-pro-banner-text"><?php esc_html_e('One payment unlocks every MxChat Pro add-on for life — MCP server access for Claude / ChatGPT / Claude Code, WooCommerce sales, Google Search Console insights, AI-generated chatbot themes, lead-capture forms, unlimited bots, image analysis, and more. No renewals. No surprise bills.', 'mxchat'); ?></p>
213 + <h3 class="mxch-pro-banner-title"><?php esc_html_e('MxChat Pro — Lifetime Access', 'mxchat'); ?></h3>
214 + <p class="mxch-pro-banner-text"><?php esc_html_e('One-time purchase. Unlock 10+ premium add-ons: Admin AI Assistant, Forms Builder, Chatbot Themes, and more.', 'mxchat'); ?></p>
229 215 </div>
230 - <a href="https://mxchat.ai/" target="_blank" class="mxch-pro-banner-btn"><span><?php esc_html_e('Get Lifetime Access →', 'mxchat'); ?></span></a>
216 + <a href="https://mxchat.ai/" target="_blank" class="mxch-pro-banner-btn"><span><?php esc_html_e('Learn More', 'mxchat'); ?></span></a>
231 217 </div>
232 218 <?php endif; ?>
233 219
234 220 <?php
@@ -298,13 +284,8 @@
298 284 mxchat_render_field_wrapper('rag_sources_limit', __('RAG Sources Limit', 'mxchat'), function() use ($admin_instance) {
299 285 $admin_instance->mxchat_rag_sources_limit_callback();
300 286 }, __('Number of knowledge base sources (pages/documents) to include in AI context. Higher values provide more context but use more tokens.', 'mxchat'));
301 287
302 - // RAG Chunks Limit
303 - mxchat_render_field_wrapper('rag_chunks_limit', __('RAG Chunks Limit', 'mxchat'), function() use ($admin_instance) {
304 - $admin_instance->mxchat_rag_chunks_limit_callback();
305 - }, __('Maximum total content chunks sent to the AI across all sources. Higher values provide more context but increase token usage and cost.', 'mxchat'));
306 -
307 288 // Contextual Awareness
308 289 mxchat_render_field_wrapper('contextual_awareness', __('Contextual Awareness', 'mxchat'), function() use ($admin_instance) {
309 290 $admin_instance->mxchat_contextual_awareness_callback();
310 291 }, __('Allow the chatbot to understand and reference the current page content for more relevant responses.', 'mxchat'));
@@ -313,16 +294,12 @@
313 294 mxchat_render_field_wrapper('citation_links', __('Citation Links', 'mxchat'), function() use ($admin_instance) {
314 295 $admin_instance->mxchat_citation_links_toggle_callback();
315 296 }, __('Allow the AI to include citation links from your knowledge database in responses. If disabled, ensure your AI Behavior settings do not mention links or the AI may fabricate URLs.', 'mxchat'));
316 297
317 - // Satisfaction Rating Prompt
318 - // The toggle callback inline-renders the 5 customization
319 - // fields inside a single sub-options wrapper (plan-29caac).
320 - // No separate customization group needed — the wrapper handles
321 - // its own server-side display state based on the toggle value.
322 - mxchat_render_field_wrapper('satisfaction_rating', __('Satisfaction Rating Prompt', 'mxchat'), function() use ($admin_instance) {
323 - $admin_instance->mxchat_satisfaction_rating_toggle_callback();
324 - }, __('Show a 👍 / 👎 prompt after a conversation has had a couple of bot replies and the visitor has been idle for a moment. Disable to hide the prompt site-wide.', 'mxchat'));
298 + // Frontend Debugger
299 + mxchat_render_field_wrapper('frontend_debugger', __('Frontend Debugger', 'mxchat'), function() use ($admin_instance) {
300 + $admin_instance->mxchat_frontend_debugger_callback();
301 + }, __('Show debug panel on frontend for admins. Displays similarity scores and query analysis.', 'mxchat'));
325 302 ?>
326 303 </div>
327 304 </div>
328 305 </div>
@@ -358,13 +335,8 @@
358 335 // Chat Persistence
359 336 mxchat_render_field_wrapper('chat_persistence', __('Chat Persistence', 'mxchat'), function() use ($admin_instance) {
360 337 $admin_instance->mxchat_chat_persistence_toggle_callback();
361 338 }, __('Keep chat history when users navigate or return within 24 hours.', 'mxchat'));
362 -
363 - // Download Transcript button
364 - mxchat_render_field_wrapper('print_button', __('Show Download Transcript Button', 'mxchat'), function() use ($admin_instance) {
365 - $admin_instance->mxchat_print_button_toggle_callback();
366 - }, __('Show the "Download Transcript" item in the chat window menu.', 'mxchat'));
367 339 ?>
368 340 </div>
369 341 </div>
370 342
@@ -615,99 +587,8 @@
615 587 </div>
616 588 </div>
617 589 </div>
618 590
619 - <!-- Page Cache Compatibility Card -->
620 - <div class="mxch-card">
621 - <div class="mxch-card-header">
622 - <h3 class="mxch-card-title">
623 - <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><polyline points="3.27 6.96 12 12.01 20.73 6.96"/><line x1="12" y1="22.08" x2="12" y2="12"/></svg>
624 - <?php esc_html_e('Page Cache Compatibility', 'mxchat'); ?>
625 - </h3>
626 - </div>
627 - <div class="mxch-card-body">
628 - <p class="mxch-field-description" style="margin-top: 0;"><?php esc_html_e('MxChat\'s chat send (and stream send, plus PDF / Word upload) all POST to /wp-admin/admin-ajax.php. Page-cache plugins occasionally cache those responses, which breaks the per-session nonce flow on the first message. MxChat auto-tells the five most common cache plugins to never cache chat AJAX via their own filter APIs — no setup needed for those. For other cache plugins (or Cloudflare APO), copy the manual exclusion string into your cache plugin\'s exclusion list.', 'mxchat'); ?></p>
629 -
630 - <?php
631 - $mxch_cache_rows = array(
632 - array('name' => 'WP Rocket', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax\\.php\\?action=mxchat_.*'),
633 - array('name' => 'LiteSpeed Cache', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax.php?action=mxchat_*'),
634 - array('name' => 'W3 Total Cache', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax.php?action=mxchat_*'),
635 - array('name' => 'FlyingPress', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax.php?action=mxchat_*'),
636 - array('name' => 'WP Super Cache', 'state' => 'auto', 'exclusion' => 'wp-admin/admin-ajax.php'),
637 - array('name' => 'Cloudflare APO', 'state' => 'manual', 'exclusion' => 'Page Rule / Cache Rule: URI Path contains "/wp-admin/admin-ajax.php" → Bypass Cache'),
638 - );
639 - ?>
640 -
641 - <div class="mxch-cache-compat-grid" style="display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 16px;">
642 - <?php foreach ($mxch_cache_rows as $row) :
643 - $is_auto = ($row['state'] === 'auto');
644 - $pill_class = $is_auto ? 'mxch-status-pill-active' : 'mxch-status-pill-warning';
645 - $pill_label = $is_auto ? __('Auto-handled', 'mxchat') : __('Manual', 'mxchat');
646 - ?>
647 - <div class="mxch-cache-compat-row" style="display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; background: #f8fafc; border: 1px solid var(--mxch-card-border); border-radius: var(--mxch-radius-md);">
648 - <div style="display: flex; align-items: center; gap: 10px; min-width: 0; flex: 0 0 auto;">
649 - <span style="font-weight: 500;"><?php echo esc_html($row['name']); ?></span>
650 - <span class="mxch-status-pill <?php echo esc_attr($pill_class); ?>">
651 - <span class="mxch-status-dot"></span>
652 - <?php echo esc_html($pill_label); ?>
653 - </span>
654 - </div>
655 - <div style="display: flex; align-items: center; gap: 8px; flex: 1 1 auto; min-width: 0;">
656 - <code style="background: #fff; border: 1px solid var(--mxch-card-border); padding: 4px 8px; border-radius: var(--mxch-radius-sm); font-size: 12px; color: var(--mxch-text-secondary); flex: 1 1 auto; overflow-x: auto; white-space: nowrap; min-width: 0;"><?php echo esc_html($row['exclusion']); ?></code>
657 - <button type="button" class="mxch-btn mxch-btn-secondary mxch-btn-sm" data-mxch-copy="<?php echo esc_attr($row['exclusion']); ?>" style="flex: 0 0 auto;">
658 - <?php esc_html_e('Copy', 'mxchat'); ?>
659 - </button>
660 - </div>
661 - </div>
662 - <?php endforeach; ?>
663 - </div>
664 -
665 - <div class="mxch-notice mxch-notice-info" style="margin-top: 16px;">
666 - <svg class="mxch-notice-icon" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>
667 - <span><?php esc_html_e('Auto-handled plugins receive a filter from MxChat that excludes chat AJAX from their cache. Even so, having the exclusion in your own exclusion list is harmless and acts as a belt-and-suspenders guarantee.', 'mxchat'); ?></span>
668 - </div>
669 - </div>
670 - </div>
671 -
672 - <!-- Provider Reliability Card -->
673 - <?php
674 - $auto_retry_enabled = !isset($options['auto_retry_on_transient_error']) ||
675 - (string) $options['auto_retry_on_transient_error'] !== '0';
676 - ?>
677 - <div class="mxch-card">
678 - <div class="mxch-card-header">
679 - <h3 class="mxch-card-title">
680 - <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12a9 9 0 1 1-6.219-8.56"/><polyline points="21 4 21 10 15 10"/></svg>
681 - <?php esc_html_e('Provider Reliability', 'mxchat'); ?>
682 - </h3>
683 - <span class="mxch-status-pill <?php echo $auto_retry_enabled ? 'mxch-status-pill-active' : 'mxch-status-pill-disabled'; ?>">
684 - <span class="mxch-status-dot"></span>
685 - <?php echo $auto_retry_enabled ? esc_html__('Active', 'mxchat') : esc_html__('Disabled', 'mxchat'); ?>
686 - </span>
687 - </div>
688 - <div class="mxch-card-body mxchat-autosave-section">
689 - <div class="mxch-field">
690 - <label class="mxch-field-label" for="auto_retry_on_transient_error">
691 - <?php esc_html_e('Auto-retry on provider overload', 'mxchat'); ?>
692 - </label>
693 - <div class="mxch-field-control">
694 - <label class="mxch-toggle">
695 - <input type="checkbox"
696 - id="auto_retry_on_transient_error"
697 - name="mxchat_options[auto_retry_on_transient_error]"
698 - class="mxchat-autosave-field"
699 - value="1"
700 - <?php checked($auto_retry_enabled); ?> />
701 - <span class="mxch-toggle-slider"></span>
702 - </label>
703 - </div>
704 - <p class="mxch-field-description"><?php esc_html_e('When the AI provider returns a transient error (rate-limit / overload / 429 / 503 / Gemini "model overloaded"), MxChat retries the chat-send up to twice before surfacing the error. Visitors see a brief pause instead of a raw provider error in the bot bubble.', 'mxchat'); ?></p>
705 - <p class="mxch-field-hint"><?php esc_html_e('Configuration errors (invalid API key, 401/403/404/422) still surface immediately — never retried.', 'mxchat'); ?></p>
706 - </div>
707 - </div>
708 - </div>
709 -
710 591 <!-- Debug Mode Card -->
711 592 <?php
712 593 $debug_mode = isset($options['debug_mode']) ? $options['debug_mode'] : 'off';
713 594 $debug_active = ($debug_mode === 'on');
@@ -1046,40 +927,8 @@
1046 927 <h1 class="mxch-content-title"><?php esc_html_e('Video Tutorials', 'mxchat'); ?></h1>
1047 928 <p class="mxch-content-subtitle"><?php esc_html_e('Learn how to get the most out of MxChat with our video guides.', 'mxchat'); ?></p>
1048 929 </div>
1049 930
1050 - <?php
1051 - // Setup Guide — reopen the onboarding wizard (plan-347916, moved here from Display tab).
1052 - // Only shows once the user has dismissed/graduated from the Onboarding page.
1053 - if (function_exists('mxchat_onboarding_is_dismissed') && mxchat_onboarding_is_dismissed()):
1054 - $auto_grad = function_exists('mxchat_onboarding_is_auto_graduated') && mxchat_onboarding_is_auto_graduated();
1055 - ?>
1056 - <div class="mxch-card mxch-onboarding-unhide-card" style="margin-bottom: 24px;">
1057 - <div class="mxch-card-header">
1058 - <h3 class="mxch-card-title">
1059 - <svg class="mxch-card-title-icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 10v6M2 10l10-5 10 5-10 5z"/><path d="M6 12v5c0 2 3 3 6 3s6-1 6-3v-5"/></svg>
1060 - <?php esc_html_e('Setup Guide', 'mxchat'); ?>
1061 - </h3>
1062 - </div>
1063 - <div class="mxch-card-body">
1064 - <p style="margin:0 0 12px;color:var(--mxch-text-secondary);font-size:13px;line-height:1.5;">
1065 - <?php if ($auto_grad): ?>
1066 - <?php esc_html_e('You finished the setup guide. Reopen it any time to revisit the steps or change a setup choice.', 'mxchat'); ?>
1067 - <?php else: ?>
1068 - <?php esc_html_e('You hid the setup guide from the MxChat menu. Reopen it any time to revisit the steps.', 'mxchat'); ?>
1069 - <?php endif; ?>
1070 - </p>
1071 - <form method="post" action="<?php echo esc_url(admin_url('admin-post.php')); ?>" style="margin:0;">
1072 - <?php wp_nonce_field('mxchat_unhide_onboarding'); ?>
1073 - <input type="hidden" name="action" value="mxchat_unhide_onboarding" />
1074 - <button type="submit" class="mxch-btn mxch-btn-secondary mxch-btn-sm">
1075 - <?php esc_html_e('Reopen setup guide', 'mxchat'); ?>
1076 - </button>
1077 - </form>
1078 - </div>
1079 - </div>
1080 - <?php endif; ?>
1081 -
1082 931 <div class="mxch-card" style="margin-bottom: 24px;">
1083 932 <div class="mxch-card-body">
1084 933 <div style="display: flex; align-items: flex-start; gap: 16px;">
1085 934 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="color: var(--mxch-warning); flex-shrink: 0;"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"/><path d="M12 9v4"/><path d="M12 17h.01"/></svg>
@@ -1108,13 +957,8 @@
1108 957 'description' => __('Generate full blog posts and landing pages with AI—from prompt to publish in minutes.', 'mxchat'),
1109 958 'url' => 'https://www.youtube.com/watch?v=n8TeEeHpxs4'
1110 959 ),
1111 960 array(
1112 - 'title' => __('Chat With Your GSC Data', 'mxchat'),
1113 - 'description' => __('Find content gaps, quick win keywords, and SEO opportunities by chatting with your Google Search Console data using the Admin Assistant add-on.', 'mxchat'),
1114 - 'url' => 'https://www.youtube.com/watch?v=ytgMou_7SZA&t=2s'
1115 - ),
1116 - array(
1117 961 'title' => __('AI Theme Generator', 'mxchat'),
1118 962 'description' => __('Learn how to instantly restyle your chatbot using plain English prompts with real-time previews.', 'mxchat'),
1119 963 'url' => 'https://www.youtube.com/watch?v=rSQDW2qbtRU&t'
1120 964 ),
@@ -1184,115 +1028,8 @@
1184 1028 <?php endforeach; ?>
1185 1029 </div>
1186 1030 </div>
1187 1031
1188 - <!-- =====================================================
1189 - TESTING SECTION
1190 - ===================================================== -->
1191 - <div id="testing" class="mxch-section">
1192 - <div class="mxch-content-header">
1193 - <h1 class="mxch-content-title"><?php esc_html_e('Testing', 'mxchat'); ?></h1>
1194 - <p class="mxch-content-subtitle"><?php esc_html_e('Test your chatbot and inspect debug data in real time.', 'mxchat'); ?></p>
1195 - </div>
1196 -
1197 - <div class="mxch-testing-layout">
1198 - <!-- Left Column: Debug Panel -->
1199 - <div class="mxch-testing-debug-panel">
1200 - <!-- Quick Actions -->
1201 - <div class="mxch-card">
1202 - <div class="mxch-card-body">
1203 - <h3 class="mxch-testing-section-title"><?php esc_html_e('Quick Actions', 'mxchat'); ?></h3>
1204 - <div class="mxch-testing-actions-row">
1205 - <button type="button" class="mxch-testing-btn mxch-testing-btn-danger" id="mxch-testing-clear-session">
1206 - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 6h18"/><path d="M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"/><path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"/></svg>
1207 - <?php esc_html_e('Clear Chat Session', 'mxchat'); ?>
1208 - </button>
1209 - <button type="button" class="mxch-testing-btn mxch-testing-btn-secondary" id="mxch-testing-clear-debug">
1210 - <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v20M2 12h20"/></svg>
1211 - <?php esc_html_e('Clear Debug Log', 'mxchat'); ?>
1212 - </button>
1213 - </div>
1214 - </div>
1215 - </div>
1216 -
1217 - <!-- Last Query Analysis -->
1218 - <div class="mxch-card">
1219 - <div class="mxch-card-body">
1220 - <h3 class="mxch-testing-section-title"><?php esc_html_e('Last Query Analysis', 'mxchat'); ?></h3>
1221 -
1222 - <div class="mxch-testing-field">
1223 - <label><?php esc_html_e('Similarity Threshold', 'mxchat'); ?></label>
1224 - <span id="mxch-testing-threshold"><?php esc_html_e('Loading...', 'mxchat'); ?></span>
1225 - </div>
1226 -
1227 - <div class="mxch-testing-field">
1228 - <label><?php esc_html_e('User Query', 'mxchat'); ?></label>
1229 - <div id="mxch-testing-last-query" class="mxch-testing-query-display"><?php esc_html_e('Waiting for next query...', 'mxchat'); ?></div>
1230 - </div>
1231 -
1232 - <div class="mxch-testing-field">
1233 - <label><?php esc_html_e('Approved URLs for Citations', 'mxchat'); ?></label>
1234 - <div id="mxch-testing-approved-urls" class="mxch-testing-results">
1235 - <div class="mxch-testing-no-data"><?php esc_html_e('No URL data yet', 'mxchat'); ?></div>
1236 - </div>
1237 - </div>
1238 -
1239 - <div class="mxch-testing-field">
1240 - <label><?php esc_html_e('Document Matches', 'mxchat'); ?></label>
1241 - <div id="mxch-testing-similarity-scores" class="mxch-testing-results">
1242 - <div class="mxch-testing-no-data"><?php esc_html_e('No query data yet', 'mxchat'); ?></div>
1243 - </div>
1244 - </div>
1245 -
1246 - <div class="mxch-testing-field">
1247 - <label><?php esc_html_e('Actions Triggered', 'mxchat'); ?></label>
1248 - <div id="mxch-testing-action-scores" class="mxch-testing-results">
1249 - <div class="mxch-testing-no-data"><?php esc_html_e('No action data yet', 'mxchat'); ?></div>
1250 - </div>
1251 - </div>
1252 - </div>
1253 - </div>
1254 -
1255 - <!-- System Information -->
1256 - <div class="mxch-card">
1257 - <div class="mxch-card-body">
1258 - <h3 class="mxch-testing-section-title"><?php esc_html_e('System Information', 'mxchat'); ?></h3>
1259 -
1260 - <div class="mxch-testing-field">
1261 - <label><?php esc_html_e('System Prompt', 'mxchat'); ?></label>
1262 - <div id="mxch-testing-system-prompt" class="mxch-testing-system-prompt"><?php esc_html_e('Loading...', 'mxchat'); ?></div>
1263 - </div>
1264 -
1265 - <div class="mxch-testing-field">
1266 - <label><?php esc_html_e('Knowledge Base', 'mxchat'); ?></label>
1267 - <span id="mxch-testing-kb-status"><?php esc_html_e('Checking...', 'mxchat'); ?></span>
1268 - </div>
1269 - </div>
1270 - </div>
1271 -
1272 - <!-- Debug Log -->
1273 - <div class="mxch-card">
1274 - <div class="mxch-card-body">
1275 - <h3 class="mxch-testing-section-title"><?php esc_html_e('Debug Log', 'mxchat'); ?></h3>
1276 - <div id="mxch-testing-debug-console" class="mxch-testing-debug-console">
1277 - <div class="mxch-testing-debug-entry"><?php esc_html_e('Debug panel ready - send a message to begin...', 'mxchat'); ?></div>
1278 - </div>
1279 - </div>
1280 - </div>
1281 - </div>
1282 -
1283 - <!-- Right Column: Chatbot Replica -->
1284 - <div class="mxch-testing-chatbot-column">
1285 - <div class="mxch-testing-chatbot-scope">
1286 - <?php
1287 - // Render the chatbot inline for testing
1288 - echo do_shortcode('[mxchat_chatbot floating="no" bot_id="testing"]');
1289 - ?>
1290 - </div>
1291 - </div>
1292 - </div>
1293 - </div>
1294 -
1295 1032 </main>
1296 1033 </div>
1297 1034
1298 1035 <script>
@@ -1395,45 +1132,22 @@
1395 1132 }
1396 1133 });
1397 1134 });
1398 1135
1399 - // Handle initial deep-link (?tab=<slug> takes precedence over #hash so the
1400 - // Onboarding setup-step CTAs land on the right sub-tab). Whitelist of valid
1401 - // section ids must stay in sync with the .mxch-section[id] values above.
1402 - const validTabs = [
1403 - 'chatbot-ai-models', 'chatbot-behavior', 'chatbot-display',
1404 - 'chatbot-lead-capture', 'chatbot-quick-questions', 'chatbot-rate-limits',
1405 - 'api-keys', 'optimization', 'testing',
1406 - 'integrations-toolbar', 'integrations-loops', 'integrations-brave',
1407 - 'integrations-slack', 'integrations-telegram',
1408 - 'tutorials'
1409 - ];
1410 - function activateTab(target) {
1411 - if (!target) return false;
1412 - if (validTabs.indexOf(target) === -1) return false;
1413 - const targetLink = document.querySelector('[data-target="' + target + '"]');
1414 - if (!targetLink) return false;
1415 - const parentItem = targetLink.closest('.mxch-nav-item');
1416 - if (parentItem && targetLink.classList.contains('mxch-nav-sub-link')) {
1417 - parentItem.classList.add('expanded');
1136 + // Handle initial hash
1137 + const hash = window.location.hash.slice(1);
1138 + if (hash) {
1139 + const targetLink = document.querySelector('[data-target="' + hash + '"]');
1140 + if (targetLink) {
1141 + // Expand parent if it's a sub-link
1142 + const parentItem = targetLink.closest('.mxch-nav-item');
1143 + if (parentItem && targetLink.classList.contains('mxch-nav-sub-link')) {
1144 + parentItem.classList.add('expanded');
1145 + }
1146 + showSection(hash);
1147 + setActiveNav(targetLink);
1418 1148 }
1419 - showSection(target);
1420 - setActiveNav(targetLink);
1421 - return true;
1422 1149 }
1423 - const urlParams = new URLSearchParams(window.location.search);
1424 - const tabParam = urlParams.get('tab');
1425 - let tabActivated = false;
1426 - if (tabParam) {
1427 - tabActivated = activateTab(tabParam);
1428 - // Invalid ?tab=… silently falls through to default (#hash or AI Models).
1429 - }
1430 - if (!tabActivated) {
1431 - const hash = window.location.hash.slice(1);
1432 - if (hash) {
1433 - activateTab(hash);
1434 - }
1435 - }
1436 1150
1437 1151 // Rate limit accordion
1438 1152 const rateLimitHeaders = document.querySelectorAll('.mxch-rate-limit-header');
1439 1153 rateLimitHeaders.forEach(header => {
@@ -1444,26 +1158,8 @@
1444 1158 item.classList.toggle('expanded');
1445 1159 });
1446 1160 });
1447 1161
1448 - // Rate-limit "Custom…" toggle: show/hide the integer input below each
1449 - // limit <select> based on whether __custom__ is the active option.
1450 - document.querySelectorAll('.mxch-rate-limit-limit-select').forEach(sel => {
1451 - const targetId = sel.getAttribute('data-mxch-custom-target');
1452 - if (!targetId) return;
1453 - const field = document.querySelector('[data-mxch-custom-for="' + targetId + '"]');
1454 - if (!field) return;
1455 - const sync = () => {
1456 - if (sel.value === '__custom__') {
1457 - field.hidden = false;
1458 - } else {
1459 - field.hidden = true;
1460 - }
1461 - };
1462 - sel.addEventListener('change', sync);
1463 - sync();
1464 - });
1465 -
1466 1162 // =====================================================
1467 1163 // Mobile Menu Functionality
1468 1164 // =====================================================
1469 1165 const mobileMenuBtn = document.querySelector('.mxch-mobile-menu-btn');
@@ -1593,146 +1289,10 @@
1593 1289
1594 1290 $roles = wp_roles()->get_names();
1595 1291 $roles['logged_out'] = __('Logged Out Users', 'mxchat');
1596 1292
1597 - // Whole-chatbot global cap (sits above per-role; defaults to unlimited so
1598 - // existing installs are unchanged). Stored under mxchat_options['rate_limits_global'].
1599 - $global_cfg = isset($all_options['rate_limits_global']) && is_array($all_options['rate_limits_global'])
1600 - ? $all_options['rate_limits_global']
1601 - : array();
1602 - $global_limit_raw = isset($global_cfg['limit']) ? (string) $global_cfg['limit'] : 'unlimited';
1603 - $global_timeframe = isset($global_cfg['timeframe']) ? (string) $global_cfg['timeframe'] : 'daily';
1604 - $global_is_unlimited = ($global_limit_raw === '' || $global_limit_raw === 'unlimited');
1605 - $global_is_preset = !$global_is_unlimited && in_array($global_limit_raw, $rate_limits, true);
1606 - $global_select_value = $global_is_unlimited ? 'unlimited' : ($global_is_preset ? $global_limit_raw : '__custom__');
1607 - $global_custom_value = (!$global_is_unlimited && !$global_is_preset && ctype_digit($global_limit_raw))
1608 - ? $global_limit_raw
1609 - : '';
1610 -
1611 1293 echo '<div class="mxch-rate-limits">';
1612 1294
1613 - // --- Global cap card -------------------------------------------------
1614 - ?>
1615 - <div class="mxch-rate-limit-item mxch-rate-limit-global mxchat-autosave-section">
1616 - <div class="mxch-rate-limit-header">
1617 - <span class="mxch-rate-limit-role"><?php esc_html_e('Total chatbot message limit', 'mxchat'); ?></span>
1618 - <div class="mxch-rate-limit-summary">
1619 - <span class="mxch-rate-limit-badge mxch-rate-limit-global-badge">
1620 - <?php
1621 - if ($global_is_unlimited) {
1622 - esc_html_e('Unlimited', 'mxchat');
1623 - } else {
1624 - $tf_label = isset($timeframes[$global_timeframe]) ? $timeframes[$global_timeframe] : $global_timeframe;
1625 - echo esc_html(($global_custom_value !== '' ? $global_custom_value : $global_limit_raw) . ' / ' . $tf_label);
1626 - }
1627 - ?>
1628 - </span>
1629 - <svg class="mxch-rate-limit-arrow" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>
1630 - </div>
1631 - </div>
1632 - <div class="mxch-rate-limit-body">
1633 - <p class="mxch-field-description" style="margin: 0 0 12px;">
1634 - <?php esc_html_e('A single ceiling across all users and all roles, per timeframe. Independent of the per-role limits below. When both a per-role limit and this global cap are configured, whichever is hit first stops the conversation. Default is Unlimited — existing installs are unchanged.', 'mxchat'); ?>
1635 - </p>
1636 - <div class="mxch-rate-limit-controls">
1637 - <div class="mxch-field">
1638 - <label class="mxch-field-label" for="rate_limits_global_limit"><?php esc_html_e('Limit', 'mxchat'); ?></label>
1639 - <select id="rate_limits_global_limit"
1640 - name="mxchat_options[rate_limits_global][limit]"
1641 - class="mxch-select mxchat-autosave-field mxch-rate-limit-limit-select"
1642 - data-mxch-custom-target="rate_limits_global_limit_custom">
1643 - <?php foreach ($rate_limits as $limit): ?>
1644 - <option value="<?php echo esc_attr($limit); ?>" <?php selected($global_select_value, $limit); ?>>
1645 - <?php echo esc_html($limit === 'unlimited' ? __('Unlimited', 'mxchat') : $limit); ?>
1646 - </option>
1647 - <?php endforeach; ?>
1648 - <option value="__custom__" <?php selected($global_select_value, '__custom__'); ?>><?php esc_html_e('Custom…', 'mxchat'); ?></option>
1649 - </select>
1650 - </div>
1651 - <div class="mxch-field mxch-rate-limit-custom-field" data-mxch-custom-for="rate_limits_global_limit_custom" <?php echo $global_select_value === '__custom__' ? '' : 'hidden'; ?>>
1652 - <label class="mxch-field-label" for="rate_limits_global_limit_custom"><?php esc_html_e('Custom limit', 'mxchat'); ?></label>
1653 - <input type="number"
1654 - min="1"
1655 - step="1"
1656 - id="rate_limits_global_limit_custom"
1657 - name="mxchat_options[rate_limits_global][limit_custom]"
1658 - class="mxch-input mxchat-autosave-field mxch-rate-limit-custom-input"
1659 - placeholder="e.g. 250"
1660 - value="<?php echo esc_attr($global_custom_value); ?>" />
1661 - </div>
1662 - <div class="mxch-field">
1663 - <label class="mxch-field-label" for="rate_limits_global_timeframe"><?php esc_html_e('Timeframe', 'mxchat'); ?></label>
1664 - <select id="rate_limits_global_timeframe"
1665 - name="mxchat_options[rate_limits_global][timeframe]"
1666 - class="mxch-select mxchat-autosave-field">
1667 - <?php foreach ($timeframes as $value => $label): ?>
1668 - <option value="<?php echo esc_attr($value); ?>" <?php selected($global_timeframe, $value); ?>><?php echo esc_html($label); ?></option>
1669 - <?php endforeach; ?>
1670 - </select>
1671 - </div>
1672 - </div>
1673 - <?php
1674 - // --- Current usage readout (read-only; mirrors the integrator's
1675 - // window-reset math at READ time — never writes the counter here).
1676 - // v1 surfaces the DEFAULT bot's pool. TODO: per-bot selector if asked.
1677 - $global_usage_limit_int = (!$global_is_unlimited && ctype_digit($global_limit_raw))
1678 - ? (int) $global_limit_raw
1679 - : 0;
1680 - $usage_raw = get_option('mxchat_chat_limit_default_global', array('count' => 0, 'timestamp' => time()));
1681 - $usage_count = isset($usage_raw['count']) ? (int) $usage_raw['count'] : 0;
1682 - $usage_ts = isset($usage_raw['timestamp']) ? (int) $usage_raw['timestamp'] : time();
1683 - $usage_windows = array('hourly' => 3600, 'daily' => 86400, 'weekly' => 604800, 'monthly' => 2592000);
1684 - $usage_window = isset($usage_windows[$global_timeframe]) ? $usage_windows[$global_timeframe] : 86400;
1685 - $usage_now = time();
1686 - if (($usage_now - $usage_ts) >= $usage_window) {
1687 - // Window elapsed since the stored timestamp → effective count is 0.
1688 - $usage_count = 0;
1689 - $usage_reset_at = $usage_now + $usage_window;
1690 - } else {
1691 - $usage_reset_at = $usage_ts + $usage_window;
1692 - }
1693 - $usage_left = max(0, $global_usage_limit_int - $usage_count);
1694 - $usage_pct = ($global_usage_limit_int > 0)
1695 - ? min(100, (int) round(($usage_count / $global_usage_limit_int) * 100))
1696 - : 0;
1697 - $usage_reset_nonce = wp_create_nonce('mxchat_reset_global_usage');
1698 - ?>
1699 - <div class="mxch-rate-limit-usage"
1700 - id="mxch-global-usage"
1701 - data-bot-id="default"
1702 - data-reset-nonce="<?php echo esc_attr($usage_reset_nonce); ?>"
1703 - <?php echo $global_is_unlimited ? 'hidden' : ''; ?>>
1704 - <div class="mxch-rate-limit-usage-head">
1705 - <span class="mxch-field-label" style="margin:0;"><?php esc_html_e('Current usage', 'mxchat'); ?></span>
1706 - <button type="button" class="mxch-btn mxch-btn-secondary mxch-btn-sm" id="mxch-global-usage-reset"><?php esc_html_e('Reset counter', 'mxchat'); ?></button>
1707 - </div>
1708 - <div class="mxch-progress-bar">
1709 - <div class="mxch-progress-bar-fill" id="mxch-global-usage-fill" style="width: <?php echo esc_attr($usage_pct); ?>%;"></div>
1710 - </div>
1711 - <p class="mxch-progress-label" id="mxch-global-usage-text" style="margin:0;">
1712 - <?php
1713 - printf(
1714 - /* translators: 1: used count, 2: limit, 3: remaining, 4: human-readable time until reset */
1715 - esc_html__('%1$s of %2$s used · %3$s left · resets in %4$s', 'mxchat'),
1716 - esc_html(number_format_i18n($usage_count)),
1717 - esc_html(number_format_i18n($global_usage_limit_int)),
1718 - esc_html(number_format_i18n($usage_left)),
1719 - esc_html(human_time_diff($usage_now, $usage_reset_at))
1720 - );
1721 - ?>
1722 - </p>
1723 - </div>
1724 - <p class="mxch-field-description mxch-rate-limit-usage-unlimited"
1725 - id="mxch-global-usage-unlimited"
1726 - style="margin: 12px 0 0;"
1727 - <?php echo $global_is_unlimited ? '' : 'hidden'; ?>>
1728 - <?php esc_html_e('Unlimited — no cap. Usage tracking applies only when a numeric limit is set.', 'mxchat'); ?>
1729 - </p>
1730 - </div>
1731 - </div>
1732 - <?php
1733 - // ---------------------------------------------------------------------
1734 -
1735 1295 foreach ($roles as $role_id => $role_name) {
1736 1296 $default_limit = ($role_id === 'logged_out') ? '10' : '100';
1737 1297 $default_timeframe = 'daily';
1738 1298 $default_message = __('Rate limit exceeded. Please try again later.', 'mxchat');
@@ -1737,9 +1297,9 @@
1737 1297 $default_timeframe = 'daily';
1738 1298 $default_message = __('Rate limit exceeded. Please try again later.', 'mxchat');
1739 1299
1740 1300 $selected_limit = isset($all_options['rate_limits'][$role_id]['limit'])
1741 - ? (string) $all_options['rate_limits'][$role_id]['limit']
1301 + ? $all_options['rate_limits'][$role_id]['limit']
1742 1302 : $default_limit;
1743 1303
1744 1304 $selected_timeframe = isset($all_options['rate_limits'][$role_id]['timeframe'])
1745 1305 ? $all_options['rate_limits'][$role_id]['timeframe']
@@ -1749,16 +1309,8 @@
1749 1309 ? $all_options['rate_limits'][$role_id]['message']
1750 1310 : $default_message;
1751 1311
1752 1312 $timeframe_label = isset($timeframes[$selected_timeframe]) ? $timeframes[$selected_timeframe] : $selected_timeframe;
1753 -
1754 - // Custom-value handling: if the stored limit is not in the preset list
1755 - // and not 'unlimited', it's a custom integer. The select shows __custom__
1756 - // and the number input below carries the actual value.
1757 - $is_preset_limit = in_array($selected_limit, $rate_limits, true);
1758 - $role_select_value = $is_preset_limit ? $selected_limit : '__custom__';
1759 - $role_custom_value = (!$is_preset_limit && ctype_digit($selected_limit)) ? $selected_limit : '';
1760 - $custom_field_id = 'rate_limits_' . $role_id . '_limit_custom';
1761 1313 ?>
1762 1314 <div class="mxch-rate-limit-item">
1763 1315 <div class="mxch-rate-limit-header">
1764 1316 <span class="mxch-rate-limit-role"><?php echo esc_html($role_name); ?></span>
@@ -1772,28 +1324,13 @@
1772 1324 <div class="mxch-field">
1773 1325 <label class="mxch-field-label" for="rate_limits_<?php echo esc_attr($role_id); ?>_limit"><?php esc_html_e('Limit', 'mxchat'); ?></label>
1774 1326 <select id="rate_limits_<?php echo esc_attr($role_id); ?>_limit"
1775 1327 name="mxchat_options[rate_limits][<?php echo esc_attr($role_id); ?>][limit]"
1776 - class="mxch-select mxchat-autosave-field mxch-rate-limit-limit-select"
1777 - data-mxch-custom-target="<?php echo esc_attr($custom_field_id); ?>">
1328 + class="mxch-select mxchat-autosave-field">
1778 1329 <?php foreach ($rate_limits as $limit): ?>
1779 - <option value="<?php echo esc_attr($limit); ?>" <?php selected($role_select_value, $limit); ?>>
1780 - <?php echo esc_html($limit === 'unlimited' ? __('Unlimited', 'mxchat') : $limit); ?>
1781 - </option>
1330 + <option value="<?php echo esc_attr($limit); ?>" <?php selected($selected_limit, $limit); ?>><?php echo esc_html($limit); ?></option>
1782 1331 <?php endforeach; ?>
1783 - <option value="__custom__" <?php selected($role_select_value, '__custom__'); ?>><?php esc_html_e('Custom…', 'mxchat'); ?></option>
1784 1332 </select>
1785 - </div>
1786 - <div class="mxch-field mxch-rate-limit-custom-field" data-mxch-custom-for="<?php echo esc_attr($custom_field_id); ?>" <?php echo $role_select_value === '__custom__' ? '' : 'hidden'; ?>>
1787 - <label class="mxch-field-label" for="<?php echo esc_attr($custom_field_id); ?>"><?php esc_html_e('Custom limit', 'mxchat'); ?></label>
1788 - <input type="number"
1789 - min="1"
1790 - step="1"
1791 - id="<?php echo esc_attr($custom_field_id); ?>"
1792 - name="mxchat_options[rate_limits][<?php echo esc_attr($role_id); ?>][limit_custom]"
1793 - class="mxch-input mxchat-autosave-field mxch-rate-limit-custom-input"
1794 - placeholder="e.g. 250"
1795 - value="<?php echo esc_attr($role_custom_value); ?>" />
1796 1333 </div>
1797 1334 <div class="mxch-field">
1798 1335 <label class="mxch-field-label" for="rate_limits_<?php echo esc_attr($role_id); ?>_timeframe"><?php esc_html_e('Timeframe', 'mxchat'); ?></label>
1799 1336 <select id="rate_limits_<?php echo esc_attr($role_id); ?>_timeframe"