prefix . "abAdminProfileDetails"; $getGeneralProfileResult = $wpdb->get_results("SELECT priorMonthsToBook, timeZoneValue, adminProfileId, name, address, emailId, mobileNo, officePhoneNo, websiteLink, facebookLink, twitterLink, priorDaysToBook FROM ".$abAdminProfileDetails." WHERE isDeleted=0", ARRAY_A); //echo AB_CURRENT_TIMEZONE; //$abTimeZone = $getGeneralProfileResult[0]['timeZoneValue']; if(get_option('timezone_string') == '') { $abTimeZone = get_option('gmt_offset'); } else { $abTimeZone = get_option('timezone_string'); } ?>