Update for PHP 8.1
-
To make it compatible with PHP 8.1 the code on line 200 of the file template-events-calendar/includes/ect-styles.php should be:
$venue_font_size = (string) ((int)$ect_venue_font_size + (int) $ect_venue_font_size / 3) . “px”;
- The topic ‘Update for PHP 8.1’ is closed to new replies.