# sync-basalam/1.10.0/includes/Admin/Pages/TicketListPage.php

ووسلام – همگام سازی ووکامرس و باسلام, version 1.10.0. 17 lines.

- Page: https://pluginprobe.com/plugins/sync-basalam/1.10.0/code/includes/Admin/Pages/TicketListPage.php
- Raw: https://pluginprobe.com/plugins/sync-basalam/1.10.0/raw/includes/Admin/Pages/TicketListPage.php
- Modified: 2026-07-11T07:54:58+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/sync-basalam/1.10.0/code/includes/Admin/Pages/TicketListPage.php#L10-L20`.

```php
<?php

namespace SyncBasalam\Admin\Pages;

defined('ABSPATH') || exit;

class TicketListPage extends AdminPageAbstract
{
    public $checkToken = true;

    protected function renderContent()
    {
        $template = syncBasalamPlugin()->templatePath("admin/Ticket/List.php");
        if (file_exists($template)) require_once($template);
    }
}

```
