Hi,
I using latest Enfold version:
After switch to PHP8
My website view error like this:
Fatal error: Unparenthesized a ? b : c ? d : e
is not supported. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in /usr/home/zbychpol/domains/restauracjaboss.pl/public_html/functions-enfold.php on line 293
W witrynie wystąpił błąd krytyczny.
Best regards
Paweł
293 line in functions-enfold.php
$post_type = $image ? “” : get_post_format($post->ID) != “” ? get_post_format($post->ID) : “standard”;