PluginProbe
WebTotem Security / 2.3.4
WebTotem Security v2.3.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 / information.php

information.php in WebTotem Security 2.3.4, at includes/information.php

28 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined('ABSPATH') or die("Protected By WT!"); ?>
2 <main class="wtotem_content">
3 <div class="wtotem_container">
4
5 <div class="section-header-mb">
6 <h2 class="title"><?= wtsec_locale("help_center.title") ?></h2>
7 </div>
8
9 <!-- links -->
10 <div class="wtotem_help-list__links wtotem_help-links">
11 <ul class="wtotem_help-links__list">
12 <li class="wtotem_help-links__item">
13 <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/"><?= wtsec_locale("help_center.general_information") ?></a>
14 </li>
15 <li class="wtotem_help-links__item">
16 <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/our-features/about-webtotem/"><?= wtsec_locale("help_center.our_tools") ?></a>
17 </li>
18 <li class="wtotem_help-links__item">
19 <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/dashboard/monitoring"><?= wtsec_locale("help_center.description_of_statuses") ?></a>
20 </li>
21 <li class="wtotem_help-links__item">
22 <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/instructions/registration/"><?= wtsec_locale("help_center.instructions") ?></a>
23 </li>
24 </ul>
25 </div>
26
27 </div>
28 </main>