PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.7
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 / integration / claude / admin / help.php

help.php in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.7.7, at includes/integration/claude/admin/help.php

18 lines 931 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
2 <div class="row">
3 <div class="col-12">
4 <div class="card mt-4 mb-4">
5 <div class="card-body">
6 <h5 class="card-title"><?php esc_html_e( 'How to get Claude API Key', 'chatbot' ); ?></h5>
7 <ol>
8 <li><?php esc_html_e( 'Go to Anthropic Console: https://console.anthropic.com/', 'chatbot' ); ?></li>
9 <li><?php esc_html_e( 'Sign up or log in to your account.', 'chatbot' ); ?></li>
10 <li><?php esc_html_e( 'Navigate to the API Keys section.', 'chatbot' ); ?></li>
11 <li><?php esc_html_e( 'Generate a new API Key and copy it.', 'chatbot' ); ?></li>
12 <li><?php esc_html_e( 'Paste the API key into the Claude Settings tab.', 'chatbot' ); ?></li>
13 </ol>
14 </div>
15 </div>
16 </div>
17 </div>
18