PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 4.7.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v4.7.7
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 8.5.4 All 535 releases
← All changes | templates/template-02/template.php +5 -8 8.5.44.7.7 View file →
@@ -22,11 +22,9 @@
22 22 </div>
23 23 <!-- wp-chatbot-product-container-->
24 24 <div id="wp-chatbot-board-container" class="wp-chatbot-board-container">
25 25 <div class="wp-chatbot-header">
26 - <h3> <?php
27 -if (!defined('ABSPATH')) exit; // Exit if accessed directly
28 -if (get_option('qlcd_wp_chatbot_host') != '') {
26 + <h3> <?php if (get_option('qlcd_wp_chatbot_host') != '') {
29 27 $welcomes=unserialize(get_option('qlcd_wp_chatbot_welcome'));
30 28 echo esc_html($welcomes[0].' '.get_option('qlcd_wp_chatbot_host'));
31 29 } ?></h3>
32 30 </div>
@@ -47,21 +45,20 @@
47 45 </div>
48 46 </div>
49 47 <div class="wp-chatbot-footer">
50 48 <div id="wp-chatbot-editor-container" class="wp-chatbot-editor-container">
51 -
52 49 <input id="wp-chatbot-editor" class="wp-chatbot-editor" required placeholder="<?php echo esc_attr(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_send_a_msg')))); ?>"
53 50 >
54 - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'chatbot'); ?></button>
51 + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'wpchatbot'); ?></button>
55 52 </div>
56 53 <!--wp-chatbot-editor-container-->
57 54 <div class="wp-chatbot-tab-nav">
58 55
59 56 <ul>
60 - <li><a class="wp-chatbot-operation-option" data-option="help" href="" title="<?php echo esc_html__('Help', 'chatbot'); ?>"></a></li>
57 + <li><a class="wp-chatbot-operation-option" data-option="help" href="" title="<?php echo esc_html__('Help', 'wpchatbot'); ?>"></a></li>
61 58
62 - <li class="wp-chatbot-operation-active"><a class="wp-chatbot-operation-option" data-option="chat" href="" title="<?php echo esc_html__('Chat', 'chatbot'); ?>"></a></li>
63 - <li><a class="wp-chatbot-operation-option" data-option="support" href="" title="<?php echo esc_html__('Support', 'chatbot'); ?>"></a></li>
59 + <li class="wp-chatbot-operation-active"><a class="wp-chatbot-operation-option" data-option="chat" href="" title="<?php echo esc_html__('Chat', 'wpchatbot'); ?>"></a></li>
60 + <li><a class="wp-chatbot-operation-option" data-option="support" href="" title="<?php echo esc_html__('Support', 'wpchatbot'); ?>"></a></li>
64 61 </ul>
65 62 </div>
66 63 <!--wp-chatbot-tab-nav-->
67 64 </div>