PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.1.7
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.1.7
2.1.22 2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 All 56 releases
booking-manager / assets / libs / icalendar / zapcallib.php

zapcallib.php in Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar 2.1.7, at assets/libs/icalendar/zapcallib.php

11 lines 162 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 define('_ZAPCAL',1);
4
5 if(!defined('_ZAPCAL_BASE'))
6 {
7 define('_ZAPCAL_BASE',dirname(__FILE__));
8 }
9
10 require_once(_ZAPCAL_BASE . '/includes/framework.php');
11