| 1 |
<?php |
| 2 |
/** |
| 3 |
* @version 1.0 |
| 4 |
* @package Booking Manager |
| 5 |
* @subpackage Define Constants |
| 6 |
* @category Items |
| 7 |
* |
| 8 |
* @author wpdevelop |
| 9 |
* @link https://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_MINOR_UPDATE' ) ) define( 'WPBM_MINOR_UPDATE', true ); |
| 27 |
if ( ! defined( 'WPBM_MIN' ) ) define( 'WPBM_MIN', false ); // TODO: Finish it. |
| 28 |
if ( ! defined( 'WPBM_RESPONSE' ) ) define( 'WPBM_RESPONSE', false ); |