79134861

Date: 2024-10-28 19:36:15
Score: 2
Natty:
Report link

The issue you're encountering arises because wp_remote_get() returns an array, not a string like file_get_contents().

To fix this, you need to extract the response body from the array returned by wp_remote_get().

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Faisal Samroz Hashmi