Escape ical feed $output

This commit is contained in:
Savvas Hadjigeorgiou
2021-11-05 13:18:07 +02:00
parent 2b0253be42
commit 3e62a28c29

View File

@@ -181,4 +181,4 @@ header('Etag:' . '"'.$etag.'"');
header('Content-Disposition: inline; filename=' . $post->post_name . '.ics'); header('Content-Disposition: inline; filename=' . $post->post_name . '.ics');
// Print content // Print content
echo $output; echo wp_kses_post( $output );