PluginProbe
WebTotem Security / 2.3.35
WebTotem Security v2.3.35
3.0.2 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 All 110 releases
wt-security / includes / information.php

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

36 lines 1.6 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"><?= __( 'Help center', 'wtotem' ) ?></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/">
14 <?= __( 'General information', 'wtotem' ) ?>
15 </a>
16 </li>
17 <li class="wtotem_help-links__item">
18 <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/our-features/about-webtotem/">
19 <?= __( 'Our tools', 'wtotem' ) ?>
20 </a>
21 </li>
22 <li class="wtotem_help-links__item">
23 <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/dashboard/monitoring">
24 <?= __( 'Description of statuses', 'wtotem' ) ?>
25 </a>
26 </li>
27 <li class="wtotem_help-links__item">
28 <a class="wtotem_help-links__title" target="_blank" href="http://wtotem.com/docs/instructions/registration/">
29 <?= __( 'Instructions', 'wtotem' ) ?>
30 </a>
31 </li>
32 </ul>
33 </div>
34
35 </div>
36 </main>