Changeset 3040251
- Timestamp:
- 02/23/2024 01:12:26 PM (2 years ago)
- Location:
- anaimo-ai-chat/trunk
- Files:
-
- 2 edited
-
anaimoai-chat.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
anaimo-ai-chat/trunk/anaimoai-chat.php
r3040147 r3040251 34 34 $svg_content = file_get_contents(plugin_dir_path(__FILE__) . 'css/img/help-chat-negro.svg'); 35 35 36 $svg_content = str_replace('%ICON_COLOR%', esc_attr($icon_color), $svg_content);36 $svg_content = str_replace('%ICON_COLOR%', $icon_color, $svg_content); 37 37 38 38 // Use the stored values for usca, clie, and hash … … 47 47 <div class="anaimoai-chat-btn-container_<?php echo esc_html($selected_option_1) ?>"> 48 48 <div onclick="anaimoai_toggleChat()"> 49 <?php echo $svg_content; ?>49 <?php echo esc_html($svg_content); ?> 50 50 </div> 51 51 </div> -
anaimo-ai-chat/trunk/readme.txt
r3040147 r3040251 19 19 20 20 == Usage == 21 Use the [anaimoai_chat] shortcode to display the chat interface on your site. 21 Use the [anaimoai_chat] shortcode to display the chat interface on your site. Parameters usca (usecase id), clie (client), hash (hash code of the usecase) 22 Example:[anaimoai_chat usca="37" clie="1" hash="Yum0bTO9uoGyHwKLxWJIU8GelhhTl2Z8o8PMgKZU0QxSlqthnV"] 22 23 23 24 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.