PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.1
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.1
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 8.5.2 All 533 releases
chatbot / includes / admin / templates / ai-actions.php

ai-actions.php in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.7.1, at includes/admin/templates/ai-actions.php

41 lines 947 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
2 <div class="qcld-admin-actions-Prompts">
3 <h4><?php esc_html_e( 'Create Actions with AI Prompts','chatbot');?></h4>
4 <h5><?php esc_html_e( 'Coming Soon','chatbot');?></h5>
5 </div>
6
7
8 <style>
9 .qcld-admin-actions-Prompts {
10 background: #fff;
11 border: 1px solid #e4e0f2;
12 border-radius: 16px;
13 padding: 18px 22px;
14 margin: 0 0 16px;
15 text-align: center;
16 }
17 .qcld-admin-actions-Prompts h4 {
18 font-size: 24px;
19 font-weight: 700;
20 color: #5b4e96;
21 margin: 0;
22 line-height: 1.3;
23 }
24 .qcld-admin-actions-Prompts {
25 margin: 20px 0 0 0;
26 padding: 20px;
27 max-width: 97%;
28 min-height: 800px;
29 display: flex;
30 flex-direction: column;
31 justify-content: center;
32 align-items: center;
33 }
34
35 .qcld-admin-actions-Prompts h5 {
36 font-size: 20px;
37 font-weight: 700;
38 color: #E91E63;
39 line-height: 1.3;
40 }
41 </style>