File: /var/www/html/shootinschool/wp-content/plugins/shootin-school-plugin/constants.php
<?php
global $wpdb;
if (!defined('STRIPE_API_KEY'))
define('STRIPE_API_KEY', 'sk_test_Qf9JajukBCaNmVubuYsDix5u');
// if (!defined('STRIPE_API_KEY'))
// define('STRIPE_API_KEY', 'sk_live_p483REumPLfWcOhWp643HCkd');
if (!defined('DEFAULT_TIMEZONE'))
define('DEFAULT_TIMEZONE', 'Asia/Kolkata');
// if (!defined('DEFAULT_TIMEZONE'))
// define('DEFAULT_TIMEZONE', 'America/New_York');
if (!defined('COUNTRY_CODE'))
define('COUNTRY_CODE', '+91');
// Gravity Form IDs start
if (!defined('GF_INDIVIDUAL_FORM_ID'))
define('GF_INDIVIDUAL_FORM_ID', 15);
// if (!defined('GF_PERSONAL_FORM_ID'))
// define('GF_PERSONAL_FORM_ID', 13);
if (!defined('GF_GROUP_FORM_ID'))
define('GF_GROUP_FORM_ID', 13);
// if (!defined('GF_GROUP_FORM_ID'))
// define('GF_GROUP_FORM_ID', 44);
if (!defined('GF_UNLIMITED_FORM_ID'))
define('GF_UNLIMITED_FORM_ID', 16);
if (!defined('GF_GF_BWC_FORM_ID'))
define('GF_GF_BWC_FORM_ID', 48);
if (!defined('GF_GF_BWC_UNLIMITED_FORM_ID'))
define('GF_GF_BWC_UNLIMITED_FORM_ID', 49);
if (!defined('GF_GF_BWC_BOWLING_FORM_ID'))
define('GF_GF_BWC_BOWLING_FORM_ID', 50);
if (!defined('GF_GF_BWC_FIT_FORM_ID'))
define('GF_GF_BWC_FIT_FORM_ID', 51);
if (!defined('GF_GF_BWC_IN_GYM_FORM_ID'))
define('GF_GF_BWC_IN_GYM_FORM_ID', 52);
if (!defined('GF_GF_BWC_SPECIALTY_FORM_ID'))
define('GF_GF_BWC_SPECIALTY_FORM_ID', 53);
/* PRODUCTION */
// if (!defined('GF_CHILD_DETAILS_FORM_ID'))
// define('GF_CHILD_DETAILS_FORM_ID', 46);
// if (!defined('GF_TEAM_FORM_ID'))
// define('GF_TEAM_FORM_ID', 47);
/* Gravity Form IDs end */
/* STAGING */
if (!defined('GF_CHILD_DETAILS_FORM_ID'))
define('GF_CHILD_DETAILS_FORM_ID', 43);
if (!defined('GF_CHILD_DETAILS_SHOOT_FORM_ID'))
define('GF_CHILD_DETAILS_SHOOT_FORM_ID', 54);
if (!defined('GF_TEAM_FORM_ID'))
define('GF_TEAM_FORM_ID', 42);
/* Gravity Form IDs end */
if (!defined('CANCELLATION_CUT_OFF_TIME'))
define('CANCELLATION_CUT_OFF_TIME', '00:00');
// Validation Messages start
if (!defined('APPT_SUCCESS'))
define('APPT_SUCCESS', 'Your Appointment has been booked successfully.');
if (!defined('APPT_NO_CREDITS'))
define('APPT_NO_CREDITS', 'You don\'t have sufficient credits.');
if (!defined('APPT_FAILURE'))
define('APPT_FAILURE', 'Sorry, your appointment cannot be done.');
if (!defined('APPT_INFO_FAILURE'))
define('APPT_INFO_FAILURE', '<p style="text-align: justify;">In order to schedule digitally, trainees must schedule before midnight the day before the requested session.</p><p style="text-align: justify;">We still may be able to accommodate your request. Please text our scheduling coordinator at <a>+1 (646) 450-7572 </a> with your time and location request for today. We will do our best to fit you in.</p><p style="text-align: justify;">Important: Please take a moment to read all of the "Information" pop-up on our scheduling tool. The information in those pop-up windows will be very helpful in understanding our platform.</p>');
if (!defined('APPT_INFO_FAILURE_BLOCKED_TIME_SLOT'))
define('APPT_INFO_FAILURE_BLOCKED_TIME_SLOT', '<p style="text-align: justify;">At the moment, the time slot you are requesting is booked to capacity.However, We still may be able to accommodate your request. Please text our scheduling coordinator at <a>+1 (646) 450-7572 </a> with the day, time and location you are requesting. We will do our best to fit you in.</p>');
if (!defined('APPT_ULTD_EXPIRED'))
define('APPT_ULTD_EXPIRED', 'Your Unlimited package has expired.');
if (!defined('APPT_UTLD_DAILY_LIMIT_MESSAGE'))
define('APPT_UTLD_DAILY_LIMIT_MESSAGE', 'The Unlimited Plan only allows trainees to book 1 (one) session per day.');
if (!defined('APPT_NO_CREDITS_MESSAGE'))
define('APPT_NO_CREDITS_MESSAGE', '<p style="text-align: justify;">You currently do not have enough sessions in your account to book this request.</p> <p style="text-align: justify;">Please reduce the number of sessions you are scheduling or feel free to purchase another package of Instruction.</p>');
if (!defined('APPT_CANCEL_AFTER_CUTOFF'))
define('APPT_CANCEL_AFTER_CUTOFF', 'Sorry, Appointment booking not available for today.');
if (!defined('APPT_UTLD_DAILY_LIMIT'))
define('APPT_UTLD_DAILY_LIMIT', 'You can book only 1 Session per Unlimited package per day');
if (!defined('CHILD_SUCCESS'))
define('CHILD_SUCCESS', 'Your Child has been added successfully.');
if (!defined('CHILD_FAILURE'))
define('CHILD_FAILURE', 'Sorry, your added Child cannot be done.');
// Validation Messages end
if (!defined('DB_CHARSET_COLLATE'))
define('DB_CHARSET_COLLATE', $wpdb->get_charset_collate());
if (!defined('DB_COACHING_LOCATIONS'))
define('DB_COACHING_LOCATIONS', $wpdb->prefix . "siab_coaching_locations");
if (!defined('DB_WORKING_HOURS'))
define('DB_WORKING_HOURS', $wpdb->prefix . "siab_working_hours");
if (!defined('DB_INSTRUCTORS_AVAILABILITY_SCHEDULE'))
define('DB_INSTRUCTORS_AVAILABILITY_SCHEDULE', $wpdb->prefix . "siab_instructors_availability_schedule");
if (!defined('DB_PACKAGE_SESSIONS'))
define('DB_PACKAGE_SESSIONS', $wpdb->prefix . "siab_package_sessions");
if (!defined('DB_INSTRUCTORS_AVAILABILITY'))
define('DB_INSTRUCTORS_AVAILABILITY', $wpdb->prefix . "siab_instructors_availability");
if (!defined('DB_INSTRUCTORS_OFF_DAYS'))
define('DB_INSTRUCTORS_OFF_DAYS', $wpdb->prefix . "siab_instructors_off_days");
if (!defined('DB_APPOINTMENTS'))
define('DB_APPOINTMENTS', $wpdb->prefix . "siab_appointments");
if (!defined('DB_APPOINTMENT_INSTRUCTORS'))
define('DB_APPOINTMENT_INSTRUCTORS', $wpdb->prefix . "siab_appointment_instructors");
if (!defined('DB_CANCELLATION_CHARGE'))
define('DB_CANCELLATION_CHARGE', $wpdb->prefix . "siab_cancellation_charges");
if (!defined('DB_USERS'))
define('DB_USERS', $wpdb->prefix . "users");
if (!defined('DB_WC_GF_CUSTOMER_PURCHASES'))
define('DB_WC_GF_CUSTOMER_PURCHASES', $wpdb->prefix . "siab_customer_purchase_credits");
if (!defined('DB_WC_GF_CUSTOMER_PURCHASES_RECURRING'))
define('DB_WC_GF_CUSTOMER_PURCHASES_RECURRING', $wpdb->prefix . "siab_customer_purchase_recurring");
if (!defined('DB_EMAILS'))
define('DB_EMAILS', $wpdb->prefix . "siab_emails");
if (!defined('DB_APPOINTMENT_MODIFY'))
define('DB_APPOINTMENT_MODIFY', $wpdb->prefix . "siab_appointment_modify");
if (!defined('DB_CHILD_DETAILS'))
define('DB_CHILD_DETAILS', $wpdb->prefix . "siab_child_details");
if (!defined('STRIPE_HISTORY'))
define('STRIPE_HISTORY', $wpdb->prefix . "siab_transactions");
if (!defined('DB_BADGE_MANAGEMENT'))
define('DB_BADGE_MANAGEMENT', $wpdb->prefix . "siab_badge_management");
if (!defined('DB_GRADE_SESSIONS'))
define('DB_GRADE_SESSIONS', $wpdb->prefix . "siab_grade_management");
if (!defined('DB_GRADE_LOCATIONS'))
define('DB_GRADE_LOCATIONS', $wpdb->prefix . "siab_perage_locations");
if (!defined('DB_FORUM'))
define('DB_FORUM', $wpdb->prefix . "siab_forum");
if (!defined('DB_SCHEDULER'))
define('DB_SCHEDULER', $wpdb->prefix . "siab_weekly_scheduler");
// //Twilio Development
// if (!defined('TWILIO_ID'))
// define('TWILIO_ID', 'AC425f9c45203c56376a610addc4276d82');
// if (!defined('TWILIO_AUTH_TOKEN'))
// define('TWILIO_AUTH_TOKEN', '90dff8192279c23f545e9a3a6c14c9e4');
// if (!defined('TWILIO_NUMBER'))
// define('TWILIO_NUMBER', '+19035008504');
// if (!defined('TWILIO_NOTIFY_SID'))
// define('TWILIO_NOTIFY_SID', 'ISac1d19238c3c8c3d013f100317269247');
//Twilio LIVE
// if (!defined('TWILIO_ID'))
// define('TWILIO_ID', 'AC7487bec7d7f9a328daed9db38c7a5af9');
// if (!defined('TWILIO_AUTH_TOKEN'))
// define('TWILIO_AUTH_TOKEN', '9347477da9005e6f64fbcb5eff5402ef');
// if (!defined('TWILIO_NUMBER'))
// define('TWILIO_NUMBER', '+12073869345');
// if (!defined('TWILIO_NOTIFY_SID'))
// define('TWILIO_NOTIFY_SID', 'ISd5e86940d48843dfa68881b8cb9e0ba2');
//Twilio LIVE
// if (!defined('TWILIO_ID'))
// define('TWILIO_ID', 'AC6475b58073904fac7efdcea8828cc71e');
// if (!defined('TWILIO_AUTH_TOKEN'))
// define('TWILIO_AUTH_TOKEN', '6e951d1d60cd03ffc16c22f64c18fc8d');
// if (!defined('TWILIO_NUMBER'))
// define('TWILIO_NUMBER', '+17162966200');
// if (!defined('TWILIO_NOTIFY_SID'))
// define('TWILIO_NOTIFY_SID', 'IS704a85e4c3887336cc6fe2022cfcc89a');
if (!defined('TWILIO_ID'))
define('TWILIO_ID', 'AC6475b58073904fac7efdcea8828cc71e1111');
if (!defined('TWILIO_AUTH_TOKEN'))
define('TWILIO_AUTH_TOKEN', '6e951d1d60cd03ffc16c22f64c18fc8d1111');
if (!defined('TWILIO_NUMBER'))
define('TWILIO_NUMBER', '+171629662001111');
if (!defined('TWILIO_NOTIFY_SID'))
define('TWILIO_NOTIFY_SID', 'IS704a85e4c3887336cc6fe2022cfcc89a1111');