Ideally you would be using cURL here instead of file_get_contents with a stream.
This would suggest your host is now blocking file_get_contents ability to make HTTP requests
Ideally you would be using cURL here instead of file_get_contents with a stream.
This would suggest your host is now blocking file_get_contents ability to make HTTP requests