Buffer never gets cleaned
-
Hello,
i’m using this Theme in one of my WP Multisites and I had a strange behavior, after getting in touch with their support we found the error.
in the file donation-button/public/class-donation-button-public.php the code is (Line 193)
return $output; return ob_get_clean();
or (line 422)
return $mainhtml; return ob_get_clean();
I’m not fluent in Php anymore but shouldn’t that only be one return statement?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Buffer never gets cleaned’ is closed to new replies.