I\'m having some weird problems with file_get_contents after moving my site to a new domain. I had to set up a new domain and IP address (using Plesk) to get a new ssl certi
Most hosting provides now block the furl_open parameter which allows you to use file_get_contents() to load data from an external url.
furl_open
file_get_contents()
You can use CURL or a PHP client library like Guzzle
PHP