# wt-security/2.3.36/includes/information.php

WebTotem Security, version 2.3.36. 36 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.3.36/code/includes/information.php
- Raw: https://pluginprobe.com/plugins/wt-security/2.3.36/raw/includes/information.php
- Modified: 2021-04-17T04:23:18+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/wt-security/2.3.36/code/includes/information.php#L10-L20`.

```php
<?php defined('ABSPATH') or die("Protected By WT!"); ?>
<main class="wtotem_content">
    <div class="wtotem_container">

        <div class="section-header-mb">
            <h2 class="title"><?= __( 'Help center', 'wtotem' ) ?></h2>
        </div>

        <!-- links -->
        <div class="wtotem_help-list__links wtotem_help-links">
            <ul class="wtotem_help-links__list">
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/">
                        <?= __( 'General information', 'wtotem' ) ?>
                    </a>
                </li>
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/our-features/about-webtotem/">
                        <?= __( 'Our tools', 'wtotem' ) ?>
                    </a>
                </li>
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/dashboard/monitoring">
                        <?= __( 'Description of statuses', 'wtotem' ) ?>
                    </a>
                </li>
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/instructions/registration/">
                        <?= __( 'Instructions', 'wtotem' ) ?>
                    </a>
                </li>
            </ul>
        </div>

    </div>
</main>
```
