# supportcandy/3.5.1/includes/admin/ai-chatbot/tools/index.php

SupportCandy – AI Customer Support Ticket System &amp; Live Chatbot Agent, version 3.5.1. 7 lines.

- Page: https://pluginprobe.com/plugins/supportcandy/3.5.1/code/includes/admin/ai-chatbot/tools/index.php
- Raw: https://pluginprobe.com/plugins/supportcandy/3.5.1/raw/includes/admin/ai-chatbot/tools/index.php
- Modified: 2026-07-30T10:49:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/supportcandy/3.5.1/code/includes/admin/ai-chatbot/tools/index.php#L10-L20`.

```php
<?php // Silence is golden.

// Load core.
foreach ( glob( __DIR__ . '/core/*.php' ) as $filename ) {
	include_once $filename;
}

```
