[ad_1]
[ad_2]
Developer here but no experience with WordPress.
I am trying to help out a friend and noticed this in their installation. All REST API responses are malformed with the same HTML comment in the response, for example:
<!-- Global site tag (gtag.js) - Google Analytics -->
{"plugin":"buttonizer","status":"success","result":[],"warning":[],"premium":false}
This also happens when trying to update a plugin. The update works but the admin panel reports an error as I am assuming it can't parse the response correctly. Here is an example: https://i.imgur.com/92wEcAh.png
Where do I even begin to search to be able to fix this?
Thanks in advance