PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 4.7.6
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v4.7.6
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 | templates/template-03/shortcode.php +3 -5 8.6.44.7.6 View file →
@@ -1,7 +1,5 @@
1 -<div id="wp-chatbot-shortcode-template-container" class="<?php
2 -if (!defined('ABSPATH')) exit; // Exit if accessed directly
3 -echo esc_attr($wp_chatbot_enable_rtl);?> wp-chatbot-shortcode-template-container chatbot-shortcode-template-03">
1 +<div id="wp-chatbot-shortcode-template-container" class="<?php echo esc_attr($wp_chatbot_enable_rtl);?> wp-chatbot-shortcode-template-container chatbot-shortcode-template-03">
4 2 <div class="wp-chatbot-product-container">
5 3 <div class="wp-chatbot-product-details">
6 4 <div class="wp-chatbot-product-image-col">
7 5 <div id="wp-chatbot-product-image"></div>
@@ -47,9 +45,9 @@
47 45 <div class="wp-chatbot-footer">
48 46 <div id="wp-chatbot-editor-area" class="wp-chatbot-editor-area">
49 47 <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')))); ?>"
50 48 >
51 - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'chatbot'); ?></button>
49 + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'wpchatbot'); ?></button>
52 50 </div>
53 51 <!--wp-chatbot-editor-container-->
54 52 </div>
55 53 <!--wp-chatbot-footer-->
@@ -57,9 +55,9 @@
57 55 <!--wp-chatbot-container-->
58 56 <div class="chatbot-sidebar chatbot-right-sidebar">
59 57 <div class="wp-chatbot-widget">
60 58 <div class="chatbot-agent">
61 - <img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . 'agent-0.png' ); ?>" alt="Agent Image">
59 + <img src="<?php echo QCLD_wpCHATBOT_IMG_URL . 'agent-0.png' ?>" alt="Agent Image">
62 60 <h3 class="chatbot-agent-name"><?php echo esc_html(get_option('qlcd_wp_chatbot_agent')); ?></h3>
63 61 </div>
64 62 <!--chatbot-agent-->
65 63 </div>