# wt-security/3.0.0/includes/templates/help.html.twig

WebTotem Security, version 3.0.0. 41 lines.

- Page: https://pluginprobe.com/plugins/wt-security/3.0.0/code/includes/templates/help.html.twig
- Raw: https://pluginprobe.com/plugins/wt-security/3.0.0/raw/includes/templates/help.html.twig
- Modified: 2026-04-27T12:18:30+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/3.0.0/code/includes/templates/help.html.twig#L10-L20`.

```twig
<main class="wtotem_content">
    <div class="wtotem_container">

        <div class="section-header-mb">
            <h2 class="h2 title"> {{ 'Help center'|trans }}</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="https://wtotem.com/docs/">
                        {{ 'Help center'|trans }}
                    </a>
                </li>
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="https://docs.wtotem.com/about-webtotem">
                        {{ 'Our tools'|trans }}
                    </a>
                </li>
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="https://docs.wtotem.com/agent-statuses">
                        {{ 'Description of statuses'|trans }}
                    </a>
                </li>
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="https://docs.wtotem.com/registration">
                        {{ 'Instructions'|trans }}
                    </a>
                </li>
                <li class="wtotem_help-links__item">
                    <a class="wtotem_help-links__title" target="_blank" href="https://docs.wtotem.com/plugin-for-wordpress">
                        {{ 'Documentation'|trans }}
                    </a>
                </li>
            </ul>
        </div>

    </div>
</main>

```
