PluginProbe
WebTotem Security / 2.2.4
WebTotem Security v2.2.4
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / includes / services.php

services.php in WebTotem Security 2.2.4, at includes/services.php

23 lines 925 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="wtotem_content">
2 <div class="wtotem_container">
3 <div class="section-header-mb">
4 <h2 class="title">
5 <?=wtsec_locale("services")?>
6 </h2>
7 </div>
8 <div class="wtotem_offer wt_card">
9 <div class="wtotem_offer__content">
10 <h2 class="wtotem_offer__title">
11 <?=wtsec_locale("services_page.title")?>
12 </h2>
13 <p class="wtotem_offer__text">
14 <?=wtsec_locale("services_page.desc")?>
15 </p>
16 <a href="https://wtotem.com/wordpress-security-audit/" class="wtotem_offer__btn" target="_blank">
17 <?=wtsec_locale("services_page.btn")?>
18 </a>
19 </div>
20 <img src="<?= wtsec_getImagePath("services-offer.svg")?>" alt="Offer icon" class="wtotem_offer__img"/>
21 </div>
22 </div>
23 </div>