Can someone clarify what it means to COMMENT OUT the following in events-calendar-widget.class.php:
if( is_string($_POST[$htmlElement]) ) $_POST[$htmlElement] = filter_var($_POST[$htmlElement], FILTER_SANITIZE_STRING);
I desperately need this to work!