PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 7.3.3
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v7.3.3
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 8.5.4 8.5.3 All 534 releases
← All changes | admin_ui2.php +50 -2 8.6.77.3.3 View file →
@@ -5,9 +5,9 @@
5 5 exit;
6 6 }
7 7 global $wpdb;
8 8 $tableuser = $wpdb->prefix.'wpbot_sessions';
9 -$session_exists = $wpdb->get_row($wpdb->prepare("select * from {$tableuser} where 1 and id = %d",1)); // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching, PluginCheck.Security.DirectDB.UnescapedDBParameter
9 +$session_exists = $wpdb->get_row($wpdb->prepare("select * from $tableuser where 1 and id = %d",1)); //DB Call OK, No Caching OK
10 10
11 11 if(!empty($session_exists)){
12 12 $total_session = $session_exists->session;
13 13 }else{
@@ -20,9 +20,9 @@
20 20
21 21 <div class="wp-chatbot-wrap">
22 22
23 23
24 - <div class="wpbot_dashboard_header"><h1><?php esc_html_e('WPBot Dashboard', 'chatbot'); ?></h1> <p><strong>Core Version:</strong> v<?php echo esc_html( QCLD_wpCHATBOT_VERSION ); ?></p></div>
24 + <div class="wpbot_dashboard_header"><h1><?php esc_html_e('WPBot Dashboard', 'chatbot'); ?></h1> <p><strong>Core Version:</strong> v<?php echo QCLD_wpCHATBOT_VERSION; ?></p></div>
25 25 <div class="wpbot_addons_section qcld-main-wrapper">
26 26 <div class="wpbot_single_addon_wrapper">
27 27
28 28
@@ -483,4 +483,52 @@
483 483 </div>
484 484 </div>
485 485 </div>
486 486
487 +
488 +
489 +<div id="qcld-quick-flyout" >
490 + <div class="qcld-quick-flyout-items">
491 + <a href="https://wpbot.pro/docs/knowledgebase/getting-started-with-chatbot/" target="_blank" class="qcld-quick-flyout-button qcld-quick-flyout-item qcld-quick-flyout-premium" rel="noopener noreferrer" target="_blank" style="transition-delay: 0ms;">
492 + <div class="qcld-quick-flyout-label">
493 + <div>Getting Started</div>
494 + </div>
495 + <i class="dashicons dashicons-admin-home"></i>
496 + </a>
497 + <a href="https://wpbot.pro/docs/kb-sections/chatbot-faqs/" target="_blank" class="qcld-quick-flyout-button qcld-quick-flyout-item" rel="noopener noreferrer" target="_blank" style="transition-delay: 60ms;">
498 + <div class="qcld-quick-flyout-label">
499 + <div>FAQ</div>
500 + </div>
501 + <i class="dashicons dashicons-flag"></i>
502 + </a>
503 + <a href="https://wpbot.pro/docs/" target="_blank" class="qcld-quick-flyout-button qcld-quick-flyout-item" style="transition-delay: 90ms;">
504 + <div class="qcld-quick-flyout-label">
505 + <div>Read the Documentation</div>
506 + </div>
507 + <i class="dashicons dashicons-sos"></i>
508 + </a>
509 + <a href="https://www.wpbot.pro/free-support/" target="_blank" class="qcld-quick-flyout-button qcld-quick-flyout-item" rel="noopener noreferrer" target="_blank" style="transition-delay: 120ms;">
510 + <div class="qcld-quick-flyout-label">
511 + <div>Ask for Help</div>
512 + </div>
513 + <i class="dashicons dashicons-email"></i>
514 + </a>
515 + <a href="https://www.wpbot.pro/" target="_blank" class="qcld-quick-flyout-button qcld-quick-flyout-item" style="transition-delay: 30ms;">
516 + <div class="qcld-quick-flyout-label">
517 + <div>Check out the WPBot Demo</div>
518 + </div>
519 + <i class="dashicons dashicons-welcome-view-site"></i>
520 + </a>
521 + <a href="https://www.wpbot.pro/pricing/" target="_blank" class="qcld-quick-flyout-button qcld-quick-flyout-item qcld-quick-flyout-premium" rel="noopener noreferrer" target="_blank" style="transition-delay: 0ms;">
522 + <div class="qcld-quick-flyout-label">
523 + <div>Upgrade to Premium</div>
524 + </div>
525 + <i class="dashicons dashicons-star-filled"></i>
526 + </a>
527 + </div>
528 + <a href="javascript:void(0);" class="qcld-quick-flyout-button qcld-quick-flyout-mascot">
529 + <div class="qcld-quick-flyout-label">
530 + <div>Start Here</div>
531 + </div>
532 + <img style="width:100%" src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/agent-01.png' ); ?>" alt="Dialogflow CX">
533 + </a>
534 +</div>