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

WebTotem Security, version 2.3.14. 28 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.3.14/code/includes/information.php
- Raw: https://pluginprobe.com/plugins/wt-security/2.3.14/raw/includes/information.php
- Modified: 2021-02-24T11:10:52+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.14/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"><?= wtsec_locale("help_center.title") ?></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/"><?= wtsec_locale("help_center.general_information") ?></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/"><?= wtsec_locale("help_center.our_tools") ?></a>
                </li>
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/dashboard/monitoring"><?= wtsec_locale("help_center.description_of_statuses") ?></a>
                </li>
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/instructions/registration/"><?= wtsec_locale("help_center.instructions") ?></a>
                </li>
            </ul>
        </div>

    </div>
</main>
```
