PluginProbe ʕ •ᴥ•ʔ
VikAppointments Services Booking Calendar / 1.2.21
VikAppointments Services Booking Calendar v1.2.21
1.2.21 1.2.20 trunk 1.2.17 1.2.18 1.2.19
vikappointments / admin / views / managewebhook / tmpl / default_params.php
vikappointments / admin / views / managewebhook / tmpl Last commit date
default.php 3 days ago default_details.php 3 days ago default_logs.php 3 days ago default_params.php 3 days ago index.html 3 days ago
default_params.php
25 lines
1 <?php
2 /**
3 * @package VikAppointments
4 * @subpackage core
5 * @author E4J s.r.l.
6 * @copyright Copyright (C) 2021 E4J s.r.l. All Rights Reserved.
7 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
8 * @link https://vikwp.com
9 */
10
11 // No direct access
12 defined('ABSPATH') or die('No script kiddies please!');
13
14 $vik = VAPApplication::getInstance();
15
16 ?>
17
18 <div class="vikpayparamdiv">
19 <?php echo $vik->alert(JText::translate('VAPMANAGEPAYMENT9')); ?>
20 </div>
21
22 <div id="vikparamerr" style="display: none;">
23 <?php echo $vik->alert(JText::translate('VAP_AJAX_GENERIC_ERROR'), 'error'); ?>
24 </div>
25