Quantcast
Channel: BulletProof Security Forum » All Posts
Viewing all articles
Browse latest Browse all 12479

Reply To: ERROR: wp_remote_get() function is blocked

$
0
0

I think that it wasn’t blocked (folder permissions wp.http.php 644) (That’s right I guess) In fact, there wasn’t changes in the last days, so otherwise I’m going to contact the host company.

function wp_safe_remote_get( $url, $args = array() ) {
	$args['reject_unsafe_urls'] = true;
	$http = _wp_http_get_object();
	return $http->get( $url, $args );
}

function wp_remote_get($url, $args = array()) {
	$http = _wp_http_get_object();
	return $http->get( $url, $args );
}
  • This reply was modified 12 hours, 1 minute ago by Profile photo of AITpro Admin AITpro Admin.

Viewing all articles
Browse latest Browse all 12479

Trending Articles