ID, true ); $reached_limit = $upcoming_user_appointments >= $appointment_limit; // check the reached limit when there are more than one appointment to book // in some cases the limit might be reached after booking too many appointments at a time if ( $total_appts > 1 ) { $will_reached_limit = ( $upcoming_user_appointments + $total_appts ) >= $appointment_limit; } } ?>