Changeset 3232072
- Timestamp:
- 01/30/2025 02:08:01 PM (14 months ago)
- File:
-
- 1 edited
-
agent700-ai-chat/trunk/agent700-ai-chat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
agent700-ai-chat/trunk/agent700-ai-chat.php
r3232059 r3232072 206 206 add_settings_field('agent700_model', 'Model', 'agent700_model_field_render', 'agent700_chat_settings', 'agent700_chat_section'); 207 207 add_settings_field('agent700_agent_id', 'Agent ID', 'agent700_agent_id_field_render', 'agent700_chat_settings', 'agent700_chat_section'); 208 //add_settings_field('agent700_chat_api_url', 'API URL', 'agent700_chat_api_url_field_render', 'agent700_chat_settings', 'agent700_chat_section');208 add_settings_field('agent700_chat_api_url', 'API URL', 'agent700_chat_api_url_field_render', 'agent700_chat_settings', 'agent700_chat_section'); 209 209 add_settings_field('agent700_chat_icon', 'Chat Icon', 'agent700_chat_icon_field_render', 'agent700_chat_settings', 'agent700_chat_section'); 210 210 add_settings_field('agent700_chat_shortcode', 'Shortcode', 'agent700_chat_shortcode', 'agent700_chat_settings', 'agent700_chat_section'); … … 284 284 function agent700_chat_shortcode() 285 285 { 286 echo "<input type='text' name='agent700_chat_api_ url' value='[agent700_chat]' readonly />";286 echo "<input type='text' name='agent700_chat_api_shortcode_usage' value='[agent700_chat]' readonly />"; 287 287 } 288 288
Note: See TracChangeset
for help on using the changeset viewer.