Deprecated in PHP 7.4
-
Hello, I have just upgraded to PHP 7.4 and noticed that the plugin uses some deprecated feature. The deprecation is Unparenthesized.
Deprecated: Unparenthesized
a ? b : c ? d : eis deprecated. Use either
(a ? b : c) ? d : eor
a ? b : (c ? d : e)in .../plugins/popup-maker/includes/modules/reviews.php on line 298
The PHP version 7.4 is now official released, so I hope this deprecation will be fixed soon ??
Thank your for such a powerful and easy to use plugin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Deprecated in PHP 7.4’ is closed to new replies.