Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/ague00/public_html/hertzcenter.com/wp-content/plugins/gotmls/index.php on line 13Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/ague00/public_html/hertzcenter.com/wp-content/plugins/gotmls/images/index.php on line 625
Not sure what to do , Help , Thanks
It may be caused by the new PHP version 7.4
Thanks for reporting this issue. I will have this Deprecation Notice resolved in my next plugin release. In the mean time you should probably turn off error_reporting for Deprecated Notices in your php.ini file:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED