PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.0
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.0
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 2.0.22 All 55 releases
booking-manager / core / wpbm-constants.php

wpbm-constants.php in Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar 2.0, at core/wpbm-constants.php

29 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * @version 1.0
4 * @package Booking Manager
5 * @subpackage Define Constants
6 * @category Items
7 *
8 * @author wpdevelop
9 * @link http://oplugins.com/
10 * @email info@oplugins.com
11 *
12 * @modified 2014.05.17
13 */
14
15 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
16
17 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
18 // USERS CONFIGURABLE CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
19 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
20
21 //if ( ! defined( 'WPBM_IS_SEND_EMAILS' ) ) define( 'WPBM_IS_SEND_EMAILS', false ); // FixIn: 1.0.1.1 // Is send modification email
22
23 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
24 // SYSTEM CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
25 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
26 if ( ! defined( 'WPBM_VERSION_NUM' ) ) define( 'WPBM_VERSION_NUM', '2.0' );
27 if ( ! defined( 'WPBM_MINOR_UPDATE' ) ) define( 'WPBM_MINOR_UPDATE', false );
28 if ( ! defined( 'WPBM_MIN' ) ) define( 'WPBM_MIN', false ); // TODO: Finish it.
29 if ( ! defined( 'WPBM_RESPONSE' ) ) define( 'WPBM_RESPONSE', false );