# wt-security/2.2.3/includes/services.php

WebTotem Security, version 2.2.3. 23 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.2.3/code/includes/services.php
- Raw: https://pluginprobe.com/plugins/wt-security/2.2.3/raw/includes/services.php
- Modified: 2020-11-27T08:50:22+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.2.3/code/includes/services.php#L10-L20`.

```php
<div class="wtotem_content">
    <div class="wtotem_container">
        <div class="section-header-mb">
            <h2 class="title">
                <?=wtsec_locale("services")?>
            </h2>
        </div>
        <div class="wtotem_offer wt_card">
            <div class="wtotem_offer__content">
                <h2 class="wtotem_offer__title">
                    <?=wtsec_locale("services_page.title")?>
                </h2>
                <p class="wtotem_offer__text">
                    <?=wtsec_locale("services_page.desc")?>
                </p>
                <a href="https://wtotem.com/wordpress-security-audit/" class="wtotem_offer__btn" target="_blank">
                    <?=wtsec_locale("services_page.btn")?>
                </a>
            </div>
            <img src="<?= wtsec_getImagePath("services-offer.svg")?>" alt="Offer icon" class="wtotem_offer__img"/>
        </div>
    </div>
</div>
```
