From 40b324b8d82cedf605e03f025c8cc4826fdbd909 Mon Sep 17 00:00:00 2001 From: zeldakatze Date: Sun, 17 Aug 2025 23:32:11 +0200 Subject: stop wordpress from messing up the iCal feed --- icalExport.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'icalExport.php') diff --git a/icalExport.php b/icalExport.php index 1e90c19..5d6d5f3 100644 --- a/icalExport.php +++ b/icalExport.php @@ -133,7 +133,8 @@ function doICalExport(WP_REST_Request $request) { infocalendar_printICalTextFromView($calendarView); - /* */ + /* we don't want any more wordpress handleing from here */ + exit(0); } -- cgit v1.2.3