# sync-basalam/1.10.18/includes/Admin/Pages/InfoPage.php

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

- Page: https://pluginprobe.com/plugins/sync-basalam/1.10.18/code/includes/Admin/Pages/InfoPage.php
- Raw: https://pluginprobe.com/plugins/sync-basalam/1.10.18/raw/includes/Admin/Pages/InfoPage.php
- Modified: 2026-09-12T12:46:38+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.18/code/includes/Admin/Pages/InfoPage.php#L10-L20`.

```php
<?php

namespace SyncBasalam\Admin\Pages;

defined('ABSPATH') || exit;

class InfoPage extends AdminPageAbstract
{
    public $checkToken = true;

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

```
