Escape ical feed $output
This commit is contained in:
@@ -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 );
|
||||||
|
|||||||
Reference in New Issue
Block a user