Deprecated PHP in classes/core.php
-
Hi, I’m on PHP 7.4 and I’m getting the below error on my page with caldera form.
Deprecated: Unparenthesized
a ? b : c ? d : eis deprecated. Use either
(a ? b : c) ? d : eor
a ? b : (c ? d : e)in /var/www/chronicdigital.com/html/wp-content/plugins/caldera-forms/classes/core.php on line 3732
I opened up the file in vs code. Intelephense is giving me this error:
Nested ternary expressions deprecated in PHP 7.4.Here’s the PHP documentation:
https://www.php.net/manual/es/migration74.deprecated.phpThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Deprecated PHP in classes/core.php’ is closed to new replies.