28 lines
1.6 KiB
PHP
28 lines
1.6 KiB
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 );
|