# supportcandy/3.4.7/includes/admin/tickets/index.php

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

- Page: https://pluginprobe.com/plugins/supportcandy/3.4.7/code/includes/admin/tickets/index.php
- Raw: https://pluginprobe.com/plugins/supportcandy/3.4.7/raw/includes/admin/tickets/index.php
- Modified: 2026-05-26T07:12:22+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.4.7/code/includes/admin/tickets/index.php#L10-L20`.

```php
<?php
// Load widget classes.
foreach ( glob( __DIR__ . '/widgets/*.php' ) as $filename ) {
	include_once $filename;
}

```
