Deprecated Errors
-
How can I solve this problem?
Deprecated: Unparenthesized
a ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)in /home/vol9_5/……………../htdocs/wp-content/plugins/armember-membership/core/classes/class.arm_global_settings.php on line 1956Deprecated: The behavior of unparenthesized expressions containing both ‘.’ and ‘+’/’-‘ will change in PHP 8: ‘+’/’-‘ will take a higher precedence in /home/vol9_5/……………../htdocs/wp-content/plugins/armember-membership/core/classes/class.arm_social_feature.php on line 846
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Deprecated Errors’ is closed to new replies.