PluginProbe ʕ •ᴥ•ʔ
3CX Free Live Chat, Calls & Messaging / 9.4.3
3CX Free Live Chat, Calls & Messaging v9.4.3
8.1.4 8.1.5 8.1.6 8.1.7 8.1.8 8.1.9 8.2.0 9.0.0 9.0.1 9.0.10 9.0.11 9.0.12 9.0.13 9.0.14 9.0.15 9.0.16 9.0.17 9.0.18 9.0.19 9.0.2 9.0.20 9.0.21 9.0.22 9.0.23 9.0.24 9.0.3 9.0.4 9.0.5 9.0.6 9.0.7 9.0.8 9.0.9 9.1.0 9.1.1 9.1.2 9.2.0 9.2.1 9.3.0 9.3.1 9.4.0 9.4.1 9.4.2 9.4.3 trunk 10.0.0 10.0.1 10.0.10 10.0.11 10.0.12 10.0.13 10.0.14 10.0.15 10.0.16 10.0.17 10.0.18 10.0.2 10.0.3 10.0.4 10.0.5 10.0.6 10.0.7 10.0.8 10.0.9 8.1.0 8.1.1 8.1.2 8.1.3
wp-live-chat-support / includes / error_view.php
wp-live-chat-support / includes Last commit date
blocks 4 years ago data_access 4 years ago helpers 4 years ago models 4 years ago sounds 5 years ago templates 5 years ago vendor 5 years ago Mobile_Detect.php 6 years ago aes_fast.php 7 years ago cryptoHelpers.php 7 years ago error_view.php 5 years ago wplc_activator.php 5 years ago wplc_admin_menu.php 4 years ago wplc_base_controller.php 4 years ago wplc_crons.php 5 years ago wplc_enums.php 4 years ago wplc_js_manager.php 5 years ago wplc_loader.php 4 years ago wplc_updater.php 4 years ago
error_view.php
13 lines
1 <div class="wrap wplc_wrap">
2 <div id="wplc_container">
3 <div class="bootstrap-wplc-content">
4 <div class="alert alert-danger" role="alert">
5 <h4 class="alert-heading"><?= $error->Title ?></h4>
6 <p><?= $error->Message ?></p>
7 <hr>
8 <p class="mb-0"><?= $error->HtmlContent ?></p>
9 </div>
10 </div>
11 </div>
12 </div>
13