# booking-manager/2.1.22/core/wpbm-constants.php

Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar, version 2.1.22. 28 lines.

- Page: https://pluginprobe.com/plugins/booking-manager/2.1.22/code/core/wpbm-constants.php
- Raw: https://pluginprobe.com/plugins/booking-manager/2.1.22/raw/core/wpbm-constants.php
- Modified: 2022-08-04T08:46:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/booking-manager/2.1.22/code/core/wpbm-constants.php#L10-L20`.

```php
<?php
/**
 * @version 1.0
 * @package Booking Manager 
 * @subpackage Define Constants
 * @category Items
 * 
 * @author wpdevelop
 * @link https://oplugins.com/
 * @email info@oplugins.com
 *
 * @modified 2014.05.17
 */

if ( ! defined( 'ABSPATH' ) ) exit;                                             // Exit if accessed directly

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//   USERS  CONFIGURABLE  CONSTANTS           //////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

//if ( ! defined( 'WPBM_IS_SEND_EMAILS' ) )		define( 'WPBM_IS_SEND_EMAILS', false );									// FixIn: 1.0.1.1   // Is send modification email

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//   SYSTEM  CONSTANTS                        //////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
if ( ! defined( 'WPBM_MINOR_UPDATE' ) )		define( 'WPBM_MINOR_UPDATE',	true );
if ( ! defined( 'WPBM_MIN' ) )				define( 'WPBM_MIN',				false );									// TODO: Finish it.
if ( ! defined( 'WPBM_RESPONSE' ) )			define( 'WPBM_RESPONSE',		false ); 
```
