wp_remote_get() failed.

wp_remote_get() failed shows up during a system and thus the connection with the Amazon servers do not work. Does anyone have great advice or a solution? Please comment below.

Might appear when in wp-config.php file you have something like this:

define(‘WP_CONTENT_URL’, ‘/wp-content’);

but it should be like this:

define( ‘WP_CONTENT_URL’, ‘http://website.com/blog/wp-content’ ); // full URL

1 Like