PHP 8.x Support
-
I upgraded my server to PHP 8.1 and started getting a deprecated error from the plugin, Version: 3.4.9.3.
branda-white-labeling/inc/class-branda-helper.php line 259
about a null to array conversion.
I was able to solve it temporarily by adding this above it, but do you know when the plugin may have full PHP 8.x support so I can update it?if(empty($value[ $section ])) return;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP 8.x Support’ is closed to new replies.