PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 3.1.7
MxChat – AI Chatbot & Content Generation for WordPress v3.1.7
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 +25 -513 3.2.153.1.7 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 14+ premium add-ons: Chat with GSC, WooCommerce, Chatbot Themes, Forms Builder, 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
@@ -262,12 +248,12 @@
262 248 mxchat_render_field_wrapper('enable_streaming', __('Enable Streaming', 'mxchat'), function() use ($admin_instance) {
263 249 $admin_instance->enable_streaming_toggle_callback();
264 250 }, __('Enable real-time streaming responses for supported models (OpenAI, Claude, DeepSeek, Grok).', 'mxchat'));
265 251
266 - // Enable Web Search (OpenAI & Gemini)
252 + // Enable Web Search (OpenAI only)
267 253 mxchat_render_field_wrapper('enable_web_search', __('Enable Web Search', 'mxchat'), function() use ($admin_instance) {
268 254 $admin_instance->enable_web_search_toggle_callback();
269 - }, __('Allow the chatbot to search the web for current information (OpenAI and Gemini models).', 'mxchat'));
255 + }, __('Allow the chatbot to search the web for current information (OpenAI models only).', 'mxchat'));
270 256 ?>
271 257 </div>
272 258 </div>
273 259 </div>
@@ -313,21 +299,12 @@
313 299 mxchat_render_field_wrapper('citation_links', __('Citation Links', 'mxchat'), function() use ($admin_instance) {
314 300 $admin_instance->mxchat_citation_links_toggle_callback();
315 301 }, __('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 302
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'));
325 -
326 - // Editor Assistant — free, off-by-default block-editor AI actions (plan-8cb0cb).
327 - mxchat_render_field_wrapper('mxchat_editor_assistant_enabled', __('Editor Assistant', 'mxchat'), function() use ($admin_instance) {
328 - $admin_instance->mxchat_editor_assistant_toggle_callback();
329 - }, __('Add magic-wand AI writing actions (rewrite, summarize, translate, continue, fix grammar) to the WordPress block editor. Opens a sidebar in the post editor. Uses the AI model configured above. Off by default.', 'mxchat'));
303 + // Frontend Debugger
304 + mxchat_render_field_wrapper('frontend_debugger', __('Frontend Debugger', 'mxchat'), function() use ($admin_instance) {
305 + $admin_instance->mxchat_frontend_debugger_callback();
306 + }, __('Show debug panel on frontend for admins. Displays similarity scores and query analysis.', 'mxchat'));
330 307 ?>
331 308 </div>
332 309 </div>
333 310 </div>
@@ -363,23 +340,8 @@
363 340 // Chat Persistence
364 341 mxchat_render_field_wrapper('chat_persistence', __('Chat Persistence', 'mxchat'), function() use ($admin_instance) {
365 342 $admin_instance->mxchat_chat_persistence_toggle_callback();
366 343 }, __('Keep chat history when users navigate or return within 24 hours.', 'mxchat'));
367 -
368 - // Download Transcript button
369 - mxchat_render_field_wrapper('print_button', __('Show Download Transcript Button', 'mxchat'), function() use ($admin_instance) {
370 - $admin_instance->mxchat_print_button_toggle_callback();
371 - }, __('Show the "Download Transcript" item in the chat window menu.', 'mxchat'));
372 -
373 - // Start-New-Chat button (plan ac2e81) — lets a visitor reset the
374 - // conversation without the owner disabling chat persistence globally.
375 - mxchat_render_field_wrapper('reset_chat_enabled', __('Show Start-New-Chat Button', 'mxchat'), function() use ($admin_instance) {
376 - $admin_instance->mxchat_reset_chat_toggle_callback();
377 - }, __('Show a "Start new chat" item in the chat window menu that clears the current conversation and begins a fresh session.', 'mxchat'));
378 -
379 - mxchat_render_field_wrapper('reset_chat_label', __('Start-New-Chat Button Label', 'mxchat'), function() use ($admin_instance) {
380 - $admin_instance->mxchat_reset_chat_label_callback();
381 - }, __('Label for the Start-New-Chat menu item. Leave blank to use "Start new chat".', 'mxchat'));
382 344 ?>
383 345 </div>
384 346 </div>
385 347
@@ -411,13 +373,8 @@
411 373 mxchat_render_field_wrapper('input_copy', __('Input Placeholder', 'mxchat'), function() use ($admin_instance) {
412 374 $admin_instance->mxchat_input_copy_callback();
413 375 }, __('Placeholder text in the chat input field.', 'mxchat'));
414 376
415 - // Max Input Length (characters) — plan a3fae2 part C
416 - mxchat_render_field_wrapper('max_input_length', __('Max Input Length (characters)', 'mxchat'), function() use ($admin_instance) {
417 - $admin_instance->mxchat_max_input_length_callback();
418 - }, __('Cap how many characters a visitor can type or paste into a single message. Set to 0 for unlimited (default).', 'mxchat'));
419 -
420 377 // Chat Teaser
421 378 mxchat_render_field_wrapper('pre_chat_message', __('Chat Teaser Pop-up', 'mxchat'), function() use ($admin_instance) {
422 379 $admin_instance->mxchat_pre_chat_message_callback();
423 380 }, __('Message shown before users start chatting.', 'mxchat'));
@@ -620,23 +577,8 @@
620 577 </div>
621 578 <p class="mxch-field-description"><?php esc_html_e('Control when the chatbot script loads to improve page performance.', 'mxchat'); ?></p>
622 579 </div>
623 580
624 - <?php
625 - // Smart asset loading (plan-915355). Standalone option — never part
626 - // of mxchat_options, so mxchat_sanitize() can't strip it.
627 - $smart_asset_loading = get_option('mxchat_smart_asset_loading', 'off');
628 - ?>
629 - <div class="mxch-field" style="margin-top: 16px;">
630 - <label class="mxch-toggle">
631 - <input type="checkbox" class="mxch-toggle-input mxchat-autosave-field" id="mxchat_smart_asset_loading" name="mxchat_smart_asset_loading" value="on" <?php checked($smart_asset_loading, 'on'); ?>>
632 - <span class="mxch-toggle-switch"></span>
633 - <span class="mxch-toggle-label"><?php esc_html_e('Only load chatbot files on pages where the chatbot appears', 'mxchat'); ?></span>
634 - </label>
635 - <p class="mxch-field-description"><?php esc_html_e('Skips the chatbot\'s CSS and JavaScript on pages where the widget is hidden (per-page visibility, post type include/exclude, or auto-display disabled). Pages using the chatbot shortcode still load everything automatically. Helps with "reduce unused CSS/JS" audit findings.', 'mxchat'); ?></p>
636 - <p class="mxch-field-hint"><?php esc_html_e('If your theme or page builder inserts the chatbot in an unusual way and it stops appearing, turn this off — or force-load assets with the mxchat_should_load_assets filter.', 'mxchat'); ?></p>
637 - </div>
638 -
639 581 <div class="mxch-notice mxch-notice-info" style="margin-top: 16px;">
640 582 <svg class="mxch-notice-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"><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>
641 583 <div>
642 584 <strong><?php esc_html_e('Loading Strategies:', 'mxchat'); ?></strong>
@@ -650,99 +592,8 @@
650 592 </div>
651 593 </div>
652 594 </div>
653 595
654 - <!-- Page Cache Compatibility Card -->
655 - <div class="mxch-card">
656 - <div class="mxch-card-header">
657 - <h3 class="mxch-card-title">
658 - <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>
659 - <?php esc_html_e('Page Cache Compatibility', 'mxchat'); ?>
660 - </h3>
661 - </div>
662 - <div class="mxch-card-body">
663 - <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>
664 -
665 - <?php
666 - $mxch_cache_rows = array(
667 - array('name' => 'WP Rocket', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax\\.php\\?action=mxchat_.*'),
668 - array('name' => 'LiteSpeed Cache', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax.php?action=mxchat_*'),
669 - array('name' => 'W3 Total Cache', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax.php?action=mxchat_*'),
670 - array('name' => 'FlyingPress', 'state' => 'auto', 'exclusion' => '/wp-admin/admin-ajax.php?action=mxchat_*'),
671 - array('name' => 'WP Super Cache', 'state' => 'auto', 'exclusion' => 'wp-admin/admin-ajax.php'),
672 - array('name' => 'Cloudflare APO', 'state' => 'manual', 'exclusion' => 'Page Rule / Cache Rule: URI Path contains "/wp-admin/admin-ajax.php" → Bypass Cache'),
673 - );
674 - ?>
675 -
676 - <div class="mxch-cache-compat-grid" style="display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 16px;">
677 - <?php foreach ($mxch_cache_rows as $row) :
678 - $is_auto = ($row['state'] === 'auto');
679 - $pill_class = $is_auto ? 'mxch-status-pill-active' : 'mxch-status-pill-warning';
680 - $pill_label = $is_auto ? __('Auto-handled', 'mxchat') : __('Manual', 'mxchat');
681 - ?>
682 - <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);">
683 - <div style="display: flex; align-items: center; gap: 10px; min-width: 0; flex: 0 0 auto;">
684 - <span style="font-weight: 500;"><?php echo esc_html($row['name']); ?></span>
685 - <span class="mxch-status-pill <?php echo esc_attr($pill_class); ?>">
686 - <span class="mxch-status-dot"></span>
687 - <?php echo esc_html($pill_label); ?>
688 - </span>
689 - </div>
690 - <div style="display: flex; align-items: center; gap: 8px; flex: 1 1 auto; min-width: 0;">
691 - <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>
692 - <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;">
693 - <?php esc_html_e('Copy', 'mxchat'); ?>
694 - </button>
695 - </div>
696 - </div>
697 - <?php endforeach; ?>
698 - </div>
699 -
700 - <div class="mxch-notice mxch-notice-info" style="margin-top: 16px;">
701 - <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>
702 - <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>
703 - </div>
704 - </div>
705 - </div>
706 -
707 - <!-- Provider Reliability Card -->
708 - <?php
709 - $auto_retry_enabled = !isset($options['auto_retry_on_transient_error']) ||
710 - (string) $options['auto_retry_on_transient_error'] !== '0';
711 - ?>
712 - <div class="mxch-card">
713 - <div class="mxch-card-header">
714 - <h3 class="mxch-card-title">
715 - <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>
716 - <?php esc_html_e('Provider Reliability', 'mxchat'); ?>
717 - </h3>
718 - <span class="mxch-status-pill <?php echo $auto_retry_enabled ? 'mxch-status-pill-active' : 'mxch-status-pill-disabled'; ?>">
719 - <span class="mxch-status-dot"></span>
720 - <?php echo $auto_retry_enabled ? esc_html__('Active', 'mxchat') : esc_html__('Disabled', 'mxchat'); ?>
721 - </span>
722 - </div>
723 - <div class="mxch-card-body mxchat-autosave-section">
724 - <div class="mxch-field">
725 - <label class="mxch-field-label" for="auto_retry_on_transient_error">
726 - <?php esc_html_e('Auto-retry on provider overload', 'mxchat'); ?>
727 - </label>
728 - <div class="mxch-field-control">
729 - <label class="mxch-toggle">
730 - <input type="checkbox"
731 - id="auto_retry_on_transient_error"
732 - name="mxchat_options[auto_retry_on_transient_error]"
733 - class="mxchat-autosave-field"
734 - value="1"
735 - <?php checked($auto_retry_enabled); ?> />
736 - <span class="mxch-toggle-slider"></span>
737 - </label>
738 - </div>
739 - <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>
740 - <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>
741 - </div>
742 - </div>
743 - </div>
744 -
745 596 <!-- Debug Mode Card -->
746 597 <?php
747 598 $debug_mode = isset($options['debug_mode']) ? $options['debug_mode'] : 'off';
748 599 $debug_active = ($debug_mode === 'on');
@@ -934,9 +785,9 @@
934 785 <svg class="mxch-notice-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"><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>
935 786 <div>
936 787 <?php printf(
937 788 esc_html__('Visit our %s for setup instructions.', 'mxchat'),
938 - '<a href="https://mxchat.ai/documentation/mxchat-core#slack-live-agent-handoff" target="_blank">' . esc_html__('documentation page', 'mxchat') . '</a>'
789 + '<a href="https://mxchat.ai/documentation/#slack_integration" target="_blank">' . esc_html__('documentation page', 'mxchat') . '</a>'
939 790 ); ?>
940 791 </div>
941 792 </div>
942 793
@@ -1081,40 +932,8 @@
1081 932 <h1 class="mxch-content-title"><?php esc_html_e('Video Tutorials', 'mxchat'); ?></h1>
1082 933 <p class="mxch-content-subtitle"><?php esc_html_e('Learn how to get the most out of MxChat with our video guides.', 'mxchat'); ?></p>
1083 934 </div>
1084 935
1085 - <?php
1086 - // Setup Guide — reopen the onboarding wizard (plan-347916, moved here from Display tab).
1087 - // Only shows once the user has dismissed/graduated from the Onboarding page.
1088 - if (function_exists('mxchat_onboarding_is_dismissed') && mxchat_onboarding_is_dismissed()):
1089 - $auto_grad = function_exists('mxchat_onboarding_is_auto_graduated') && mxchat_onboarding_is_auto_graduated();
1090 - ?>
1091 - <div class="mxch-card mxch-onboarding-unhide-card" style="margin-bottom: 24px;">
1092 - <div class="mxch-card-header">
1093 - <h3 class="mxch-card-title">
1094 - <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>
1095 - <?php esc_html_e('Setup Guide', 'mxchat'); ?>
1096 - </h3>
1097 - </div>
1098 - <div class="mxch-card-body">
1099 - <p style="margin:0 0 12px;color:var(--mxch-text-secondary);font-size:13px;line-height:1.5;">
1100 - <?php if ($auto_grad): ?>
1101 - <?php esc_html_e('You finished the setup guide. Reopen it any time to revisit the steps or change a setup choice.', 'mxchat'); ?>
1102 - <?php else: ?>
1103 - <?php esc_html_e('You hid the setup guide from the MxChat menu. Reopen it any time to revisit the steps.', 'mxchat'); ?>
1104 - <?php endif; ?>
1105 - </p>
1106 - <form method="post" action="<?php echo esc_url(admin_url('admin-post.php')); ?>" style="margin:0;">
1107 - <?php wp_nonce_field('mxchat_unhide_onboarding'); ?>
1108 - <input type="hidden" name="action" value="mxchat_unhide_onboarding" />
1109 - <button type="submit" class="mxch-btn mxch-btn-secondary mxch-btn-sm">
1110 - <?php esc_html_e('Reopen setup guide', 'mxchat'); ?>
1111 - </button>
1112 - </form>
1113 - </div>
1114 - </div>
1115 - <?php endif; ?>
1116 -
1117 936 <div class="mxch-card" style="margin-bottom: 24px;">
1118 937 <div class="mxch-card-body">
1119 938 <div style="display: flex; align-items: flex-start; gap: 16px;">
1120 939 <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>
@@ -1219,115 +1038,8 @@
1219 1038 <?php endforeach; ?>
1220 1039 </div>
1221 1040 </div>
1222 1041
1223 - <!-- =====================================================
1224 - TESTING SECTION
1225 - ===================================================== -->
1226 - <div id="testing" class="mxch-section">
1227 - <div class="mxch-content-header">
1228 - <h1 class="mxch-content-title"><?php esc_html_e('Testing', 'mxchat'); ?></h1>
1229 - <p class="mxch-content-subtitle"><?php esc_html_e('Test your chatbot and inspect debug data in real time.', 'mxchat'); ?></p>
1230 - </div>
1231 -
1232 - <div class="mxch-testing-layout">
1233 - <!-- Left Column: Debug Panel -->
1234 - <div class="mxch-testing-debug-panel">
1235 - <!-- Quick Actions -->
1236 - <div class="mxch-card">
1237 - <div class="mxch-card-body">
1238 - <h3 class="mxch-testing-section-title"><?php esc_html_e('Quick Actions', 'mxchat'); ?></h3>
1239 - <div class="mxch-testing-actions-row">
1240 - <button type="button" class="mxch-testing-btn mxch-testing-btn-danger" id="mxch-testing-clear-session">
1241 - <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>
1242 - <?php esc_html_e('Clear Chat Session', 'mxchat'); ?>
1243 - </button>
1244 - <button type="button" class="mxch-testing-btn mxch-testing-btn-secondary" id="mxch-testing-clear-debug">
1245 - <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>
1246 - <?php esc_html_e('Clear Debug Log', 'mxchat'); ?>
1247 - </button>
1248 - </div>
1249 - </div>
1250 - </div>
1251 -
1252 - <!-- Last Query Analysis -->
1253 - <div class="mxch-card">
1254 - <div class="mxch-card-body">
1255 - <h3 class="mxch-testing-section-title"><?php esc_html_e('Last Query Analysis', 'mxchat'); ?></h3>
1256 -
1257 - <div class="mxch-testing-field">
1258 - <label><?php esc_html_e('Similarity Threshold', 'mxchat'); ?></label>
1259 - <span id="mxch-testing-threshold"><?php esc_html_e('Loading...', 'mxchat'); ?></span>
1260 - </div>
1261 -
1262 - <div class="mxch-testing-field">
1263 - <label><?php esc_html_e('User Query', 'mxchat'); ?></label>
1264 - <div id="mxch-testing-last-query" class="mxch-testing-query-display"><?php esc_html_e('Waiting for next query...', 'mxchat'); ?></div>
1265 - </div>
1266 -
1267 - <div class="mxch-testing-field">
1268 - <label><?php esc_html_e('Approved URLs for Citations', 'mxchat'); ?></label>
1269 - <div id="mxch-testing-approved-urls" class="mxch-testing-results">
1270 - <div class="mxch-testing-no-data"><?php esc_html_e('No URL data yet', 'mxchat'); ?></div>
1271 - </div>
1272 - </div>
1273 -
1274 - <div class="mxch-testing-field">
1275 - <label><?php esc_html_e('Document Matches', 'mxchat'); ?></label>
1276 - <div id="mxch-testing-similarity-scores" class="mxch-testing-results">
1277 - <div class="mxch-testing-no-data"><?php esc_html_e('No query data yet', 'mxchat'); ?></div>
1278 - </div>
1279 - </div>
1280 -
1281 - <div class="mxch-testing-field">
1282 - <label><?php esc_html_e('Actions Triggered', 'mxchat'); ?></label>
1283 - <div id="mxch-testing-action-scores" class="mxch-testing-results">
1284 - <div class="mxch-testing-no-data"><?php esc_html_e('No action data yet', 'mxchat'); ?></div>
1285 - </div>
1286 - </div>
1287 - </div>
1288 - </div>
1289 -
1290 - <!-- System Information -->
1291 - <div class="mxch-card">
1292 - <div class="mxch-card-body">
1293 - <h3 class="mxch-testing-section-title"><?php esc_html_e('System Information', 'mxchat'); ?></h3>
1294 -
1295 - <div class="mxch-testing-field">
1296 - <label><?php esc_html_e('System Prompt', 'mxchat'); ?></label>
1297 - <div id="mxch-testing-system-prompt" class="mxch-testing-system-prompt"><?php esc_html_e('Loading...', 'mxchat'); ?></div>
1298 - </div>
1299 -
1300 - <div class="mxch-testing-field">
1301 - <label><?php esc_html_e('Knowledge Base', 'mxchat'); ?></label>
1302 - <span id="mxch-testing-kb-status"><?php esc_html_e('Checking...', 'mxchat'); ?></span>
1303 - </div>
1304 - </div>
1305 - </div>
1306 -
1307 - <!-- Debug Log -->
1308 - <div class="mxch-card">
1309 - <div class="mxch-card-body">
1310 - <h3 class="mxch-testing-section-title"><?php esc_html_e('Debug Log', 'mxchat'); ?></h3>
1311 - <div id="mxch-testing-debug-console" class="mxch-testing-debug-console">
1312 - <div class="mxch-testing-debug-entry"><?php esc_html_e('Debug panel ready - send a message to begin...', 'mxchat'); ?></div>
1313 - </div>
1314 - </div>
1315 - </div>
1316 - </div>
1317 -
1318 - <!-- Right Column: Chatbot Replica -->
1319 - <div class="mxch-testing-chatbot-column">
1320 - <div class="mxch-testing-chatbot-scope">
1321 - <?php
1322 - // Render the chatbot inline for testing
1323 - echo do_shortcode('[mxchat_chatbot floating="no" bot_id="testing"]');
1324 - ?>
1325 - </div>
1326 - </div>
1327 - </div>
1328 - </div>
1329 -
1330 1042 </main>
1331 1043 </div>
1332 1044
1333 1045 <script>
@@ -1430,45 +1142,22 @@
1430 1142 }
1431 1143 });
1432 1144 });
1433 1145
1434 - // Handle initial deep-link (?tab=<slug> takes precedence over #hash so the
1435 - // Onboarding setup-step CTAs land on the right sub-tab). Whitelist of valid
1436 - // section ids must stay in sync with the .mxch-section[id] values above.
1437 - const validTabs = [
1438 - 'chatbot-ai-models', 'chatbot-behavior', 'chatbot-display',
1439 - 'chatbot-lead-capture', 'chatbot-quick-questions', 'chatbot-rate-limits',
1440 - 'api-keys', 'optimization', 'testing',
1441 - 'integrations-toolbar', 'integrations-loops', 'integrations-brave',
1442 - 'integrations-slack', 'integrations-telegram',
1443 - 'tutorials'
1444 - ];
1445 - function activateTab(target) {
1446 - if (!target) return false;
1447 - if (validTabs.indexOf(target) === -1) return false;
1448 - const targetLink = document.querySelector('[data-target="' + target + '"]');
1449 - if (!targetLink) return false;
1450 - const parentItem = targetLink.closest('.mxch-nav-item');
1451 - if (parentItem && targetLink.classList.contains('mxch-nav-sub-link')) {
1452 - parentItem.classList.add('expanded');
1146 + // Handle initial hash
1147 + const hash = window.location.hash.slice(1);
1148 + if (hash) {
1149 + const targetLink = document.querySelector('[data-target="' + hash + '"]');
1150 + if (targetLink) {
1151 + // Expand parent if it's a sub-link
1152 + const parentItem = targetLink.closest('.mxch-nav-item');
1153 + if (parentItem && targetLink.classList.contains('mxch-nav-sub-link')) {
1154 + parentItem.classList.add('expanded');
1155 + }
1156 + showSection(hash);
1157 + setActiveNav(targetLink);
1453 1158 }
1454 - showSection(target);
1455 - setActiveNav(targetLink);
1456 - return true;
1457 1159 }
1458 - const urlParams = new URLSearchParams(window.location.search);
1459 - const tabParam = urlParams.get('tab');
1460 - let tabActivated = false;
1461 - if (tabParam) {
1462 - tabActivated = activateTab(tabParam);
1463 - // Invalid ?tab=… silently falls through to default (#hash or AI Models).
1464 - }
1465 - if (!tabActivated) {
1466 - const hash = window.location.hash.slice(1);
1467 - if (hash) {
1468 - activateTab(hash);
1469 - }
1470 - }
1471 1160
1472 1161 // Rate limit accordion
1473 1162 const rateLimitHeaders = document.querySelectorAll('.mxch-rate-limit-header');
1474 1163 rateLimitHeaders.forEach(header => {
@@ -1479,26 +1168,8 @@
1479 1168 item.classList.toggle('expanded');
1480 1169 });
1481 1170 });
1482 1171
1483 - // Rate-limit "Custom…" toggle: show/hide the integer input below each
1484 - // limit <select> based on whether __custom__ is the active option.
1485 - document.querySelectorAll('.mxch-rate-limit-limit-select').forEach(sel => {
1486 - const targetId = sel.getAttribute('data-mxch-custom-target');
1487 - if (!targetId) return;
1488 - const field = document.querySelector('[data-mxch-custom-for="' + targetId + '"]');
1489 - if (!field) return;
1490 - const sync = () => {
1491 - if (sel.value === '__custom__') {
1492 - field.hidden = false;
1493 - } else {
1494 - field.hidden = true;
1495 - }
1496 - };
1497 - sel.addEventListener('change', sync);
1498 - sync();
1499 - });
1500 -
1501 1172 // =====================================================
1502 1173 // Mobile Menu Functionality
1503 1174 // =====================================================
1504 1175 const mobileMenuBtn = document.querySelector('.mxch-mobile-menu-btn');
@@ -1628,146 +1299,10 @@
1628 1299
1629 1300 $roles = wp_roles()->get_names();
1630 1301 $roles['logged_out'] = __('Logged Out Users', 'mxchat');
1631 1302
1632 - // Whole-chatbot global cap (sits above per-role; defaults to unlimited so
1633 - // existing installs are unchanged). Stored under mxchat_options['rate_limits_global'].
1634 - $global_cfg = isset($all_options['rate_limits_global']) && is_array($all_options['rate_limits_global'])
1635 - ? $all_options['rate_limits_global']
1636 - : array();
1637 - $global_limit_raw = isset($global_cfg['limit']) ? (string) $global_cfg['limit'] : 'unlimited';
1638 - $global_timeframe = isset($global_cfg['timeframe']) ? (string) $global_cfg['timeframe'] : 'daily';
1639 - $global_is_unlimited = ($global_limit_raw === '' || $global_limit_raw === 'unlimited');
1640 - $global_is_preset = !$global_is_unlimited && in_array($global_limit_raw, $rate_limits, true);
1641 - $global_select_value = $global_is_unlimited ? 'unlimited' : ($global_is_preset ? $global_limit_raw : '__custom__');
1642 - $global_custom_value = (!$global_is_unlimited && !$global_is_preset && ctype_digit($global_limit_raw))
1643 - ? $global_limit_raw
1644 - : '';
1645 -
1646 1303 echo '<div class="mxch-rate-limits">';
1647 1304
1648 - // --- Global cap card -------------------------------------------------
1649 - ?>
1650 - <div class="mxch-rate-limit-item mxch-rate-limit-global mxchat-autosave-section">
1651 - <div class="mxch-rate-limit-header">
1652 - <span class="mxch-rate-limit-role"><?php esc_html_e('Total chatbot message limit', 'mxchat'); ?></span>
1653 - <div class="mxch-rate-limit-summary">
1654 - <span class="mxch-rate-limit-badge mxch-rate-limit-global-badge">
1655 - <?php
1656 - if ($global_is_unlimited) {
1657 - esc_html_e('Unlimited', 'mxchat');
1658 - } else {
1659 - $tf_label = isset($timeframes[$global_timeframe]) ? $timeframes[$global_timeframe] : $global_timeframe;
1660 - echo esc_html(($global_custom_value !== '' ? $global_custom_value : $global_limit_raw) . ' / ' . $tf_label);
1661 - }
1662 - ?>
1663 - </span>
1664 - <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>
1665 - </div>
1666 - </div>
1667 - <div class="mxch-rate-limit-body">
1668 - <p class="mxch-field-description" style="margin: 0 0 12px;">
1669 - <?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'); ?>
1670 - </p>
1671 - <div class="mxch-rate-limit-controls">
1672 - <div class="mxch-field">
1673 - <label class="mxch-field-label" for="rate_limits_global_limit"><?php esc_html_e('Limit', 'mxchat'); ?></label>
1674 - <select id="rate_limits_global_limit"
1675 - name="mxchat_options[rate_limits_global][limit]"
1676 - class="mxch-select mxchat-autosave-field mxch-rate-limit-limit-select"
1677 - data-mxch-custom-target="rate_limits_global_limit_custom">
1678 - <?php foreach ($rate_limits as $limit): ?>
1679 - <option value="<?php echo esc_attr($limit); ?>" <?php selected($global_select_value, $limit); ?>>
1680 - <?php echo esc_html($limit === 'unlimited' ? __('Unlimited', 'mxchat') : $limit); ?>
1681 - </option>
1682 - <?php endforeach; ?>
1683 - <option value="__custom__" <?php selected($global_select_value, '__custom__'); ?>><?php esc_html_e('Custom…', 'mxchat'); ?></option>
1684 - </select>
1685 - </div>
1686 - <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'; ?>>
1687 - <label class="mxch-field-label" for="rate_limits_global_limit_custom"><?php esc_html_e('Custom limit', 'mxchat'); ?></label>
1688 - <input type="number"
1689 - min="1"
1690 - step="1"
1691 - id="rate_limits_global_limit_custom"
1692 - name="mxchat_options[rate_limits_global][limit_custom]"
1693 - class="mxch-input mxchat-autosave-field mxch-rate-limit-custom-input"
1694 - placeholder="e.g. 250"
1695 - value="<?php echo esc_attr($global_custom_value); ?>" />
1696 - </div>
1697 - <div class="mxch-field">
1698 - <label class="mxch-field-label" for="rate_limits_global_timeframe"><?php esc_html_e('Timeframe', 'mxchat'); ?></label>
1699 - <select id="rate_limits_global_timeframe"
1700 - name="mxchat_options[rate_limits_global][timeframe]"
1701 - class="mxch-select mxchat-autosave-field">
1702 - <?php foreach ($timeframes as $value => $label): ?>
1703 - <option value="<?php echo esc_attr($value); ?>" <?php selected($global_timeframe, $value); ?>><?php echo esc_html($label); ?></option>
1704 - <?php endforeach; ?>
1705 - </select>
1706 - </div>
1707 - </div>
1708 - <?php
1709 - // --- Current usage readout (read-only; mirrors the integrator's
1710 - // window-reset math at READ time — never writes the counter here).
1711 - // v1 surfaces the DEFAULT bot's pool. TODO: per-bot selector if asked.
1712 - $global_usage_limit_int = (!$global_is_unlimited && ctype_digit($global_limit_raw))
1713 - ? (int) $global_limit_raw
1714 - : 0;
1715 - $usage_raw = get_option('mxchat_chat_limit_default_global', array('count' => 0, 'timestamp' => time()));
1716 - $usage_count = isset($usage_raw['count']) ? (int) $usage_raw['count'] : 0;
1717 - $usage_ts = isset($usage_raw['timestamp']) ? (int) $usage_raw['timestamp'] : time();
1718 - $usage_windows = array('hourly' => 3600, 'daily' => 86400, 'weekly' => 604800, 'monthly' => 2592000);
1719 - $usage_window = isset($usage_windows[$global_timeframe]) ? $usage_windows[$global_timeframe] : 86400;
1720 - $usage_now = time();
1721 - if (($usage_now - $usage_ts) >= $usage_window) {
1722 - // Window elapsed since the stored timestamp → effective count is 0.
1723 - $usage_count = 0;
1724 - $usage_reset_at = $usage_now + $usage_window;
1725 - } else {
1726 - $usage_reset_at = $usage_ts + $usage_window;
1727 - }
1728 - $usage_left = max(0, $global_usage_limit_int - $usage_count);
1729 - $usage_pct = ($global_usage_limit_int > 0)
1730 - ? min(100, (int) round(($usage_count / $global_usage_limit_int) * 100))
1731 - : 0;
1732 - $usage_reset_nonce = wp_create_nonce('mxchat_reset_global_usage');
1733 - ?>
1734 - <div class="mxch-rate-limit-usage"
1735 - id="mxch-global-usage"
1736 - data-bot-id="default"
1737 - data-reset-nonce="<?php echo esc_attr($usage_reset_nonce); ?>"
1738 - <?php echo $global_is_unlimited ? 'hidden' : ''; ?>>
1739 - <div class="mxch-rate-limit-usage-head">
1740 - <span class="mxch-field-label" style="margin:0;"><?php esc_html_e('Current usage', 'mxchat'); ?></span>
1741 - <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>
1742 - </div>
1743 - <div class="mxch-progress-bar">
1744 - <div class="mxch-progress-bar-fill" id="mxch-global-usage-fill" style="width: <?php echo esc_attr($usage_pct); ?>%;"></div>
1745 - </div>
1746 - <p class="mxch-progress-label" id="mxch-global-usage-text" style="margin:0;">
1747 - <?php
1748 - printf(
1749 - /* translators: 1: used count, 2: limit, 3: remaining, 4: human-readable time until reset */
1750 - esc_html__('%1$s of %2$s used · %3$s left · resets in %4$s', 'mxchat'),
1751 - esc_html(number_format_i18n($usage_count)),
1752 - esc_html(number_format_i18n($global_usage_limit_int)),
1753 - esc_html(number_format_i18n($usage_left)),
1754 - esc_html(human_time_diff($usage_now, $usage_reset_at))
1755 - );
1756 - ?>
1757 - </p>
1758 - </div>
1759 - <p class="mxch-field-description mxch-rate-limit-usage-unlimited"
1760 - id="mxch-global-usage-unlimited"
1761 - style="margin: 12px 0 0;"
1762 - <?php echo $global_is_unlimited ? '' : 'hidden'; ?>>
1763 - <?php esc_html_e('Unlimited — no cap. Usage tracking applies only when a numeric limit is set.', 'mxchat'); ?>
1764 - </p>
1765 - </div>
1766 - </div>
1767 - <?php
1768 - // ---------------------------------------------------------------------
1769 -
1770 1305 foreach ($roles as $role_id => $role_name) {
1771 1306 $default_limit = ($role_id === 'logged_out') ? '10' : '100';
1772 1307 $default_timeframe = 'daily';
1773 1308 $default_message = __('Rate limit exceeded. Please try again later.', 'mxchat');
@@ -1772,9 +1307,9 @@
1772 1307 $default_timeframe = 'daily';
1773 1308 $default_message = __('Rate limit exceeded. Please try again later.', 'mxchat');
1774 1309
1775 1310 $selected_limit = isset($all_options['rate_limits'][$role_id]['limit'])
1776 - ? (string) $all_options['rate_limits'][$role_id]['limit']
1311 + ? $all_options['rate_limits'][$role_id]['limit']
1777 1312 : $default_limit;
1778 1313
1779 1314 $selected_timeframe = isset($all_options['rate_limits'][$role_id]['timeframe'])
1780 1315 ? $all_options['rate_limits'][$role_id]['timeframe']
@@ -1784,16 +1319,8 @@
1784 1319 ? $all_options['rate_limits'][$role_id]['message']
1785 1320 : $default_message;
1786 1321
1787 1322 $timeframe_label = isset($timeframes[$selected_timeframe]) ? $timeframes[$selected_timeframe] : $selected_timeframe;
1788 -
1789 - // Custom-value handling: if the stored limit is not in the preset list
1790 - // and not 'unlimited', it's a custom integer. The select shows __custom__
1791 - // and the number input below carries the actual value.
1792 - $is_preset_limit = in_array($selected_limit, $rate_limits, true);
1793 - $role_select_value = $is_preset_limit ? $selected_limit : '__custom__';
1794 - $role_custom_value = (!$is_preset_limit && ctype_digit($selected_limit)) ? $selected_limit : '';
1795 - $custom_field_id = 'rate_limits_' . $role_id . '_limit_custom';
1796 1323 ?>
1797 1324 <div class="mxch-rate-limit-item">
1798 1325 <div class="mxch-rate-limit-header">
1799 1326 <span class="mxch-rate-limit-role"><?php echo esc_html($role_name); ?></span>
@@ -1807,28 +1334,13 @@
1807 1334 <div class="mxch-field">
1808 1335 <label class="mxch-field-label" for="rate_limits_<?php echo esc_attr($role_id); ?>_limit"><?php esc_html_e('Limit', 'mxchat'); ?></label>
1809 1336 <select id="rate_limits_<?php echo esc_attr($role_id); ?>_limit"
1810 1337 name="mxchat_options[rate_limits][<?php echo esc_attr($role_id); ?>][limit]"
1811 - class="mxch-select mxchat-autosave-field mxch-rate-limit-limit-select"
1812 - data-mxch-custom-target="<?php echo esc_attr($custom_field_id); ?>">
1338 + class="mxch-select mxchat-autosave-field">
1813 1339 <?php foreach ($rate_limits as $limit): ?>
1814 - <option value="<?php echo esc_attr($limit); ?>" <?php selected($role_select_value, $limit); ?>>
1815 - <?php echo esc_html($limit === 'unlimited' ? __('Unlimited', 'mxchat') : $limit); ?>
1816 - </option>
1340 + <option value="<?php echo esc_attr($limit); ?>" <?php selected($selected_limit, $limit); ?>><?php echo esc_html($limit); ?></option>
1817 1341 <?php endforeach; ?>
1818 - <option value="__custom__" <?php selected($role_select_value, '__custom__'); ?>><?php esc_html_e('Custom…', 'mxchat'); ?></option>
1819 1342 </select>
1820 - </div>
1821 - <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'; ?>>
1822 - <label class="mxch-field-label" for="<?php echo esc_attr($custom_field_id); ?>"><?php esc_html_e('Custom limit', 'mxchat'); ?></label>
1823 - <input type="number"
1824 - min="1"
1825 - step="1"
1826 - id="<?php echo esc_attr($custom_field_id); ?>"
1827 - name="mxchat_options[rate_limits][<?php echo esc_attr($role_id); ?>][limit_custom]"
1828 - class="mxch-input mxchat-autosave-field mxch-rate-limit-custom-input"
1829 - placeholder="e.g. 250"
1830 - value="<?php echo esc_attr($role_custom_value); ?>" />
1831 1343 </div>
1832 1344 <div class="mxch-field">
1833 1345 <label class="mxch-field-label" for="rate_limits_<?php echo esc_attr($role_id); ?>_timeframe"><?php esc_html_e('Timeframe', 'mxchat'); ?></label>
1834 1346 <select id="rate_limits_<?php echo esc_attr($role_id); ?>_timeframe"