Changeset 3376835
- Timestamp:
- 10/12/2025 05:42:26 AM (6 months ago)
- Location:
- ask-ai-contentlook/trunk
- Files:
-
- 3 edited
-
admin.php (modified) (1 diff)
-
ask-ai-contentlook.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ask-ai-contentlook/trunk/admin.php
r3376833 r3376835 336 336 $site_url = home_url(); 337 337 338 $oauth_nonce = md5( mt_rand(111111,999999));338 $oauth_nonce = md5(wp_rand(111111,999999)); 339 339 set_transient('oauth_nonce', $oauth_nonce, 3600); 340 340 -
ask-ai-contentlook/trunk/ask-ai-contentlook.php
r3376833 r3376835 1 1 <?php 2 2 /* 3 * Plugin Name: Ask AI 4 * Description: Ask AI is a powerful WordPress plugin that integrates AI-powered search capabilities into your website.3 * Plugin Name: Ask AI ContentLook 4 * Description: Ask AI ContentLook is a powerful WordPress plugin that integrates AI-powered search capabilities into your website. 5 5 * Version: 1.8 6 6 * Author: Squirrly -
ask-ai-contentlook/trunk/readme.txt
r3376833 r3376835 1 === Ask AI byContentLook ===1 === Ask AI ContentLook === 2 2 Contributors: cifi, calinvingan 3 3 Tags: ask ai, ai search, ai chatbot, openai, search
Note: See TracChangeset
for help on using the changeset viewer.