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); if(get_option('timezone_string') == '') { $abTimeZone = get_option('gmt_offset'); } else { $abTimeZone = get_option('timezone_string'); } ?>