60 ) ); if ( ! is_wp_error( $response ) && $response[ 'response' ][ 'code' ] >= 200 && $response[ 'response' ][ 'code' ] < 300 ) { _e( 'wp_remote_get() was successful.', 'accesspress-social-counter' ); } elseif ( is_wp_error( $response ) ) { _e( 'wp_remote_get() failed. This plugin won\'t work with your server. Contact your hosting provider. Error:', 'accesspress-social-counter' ) . ' ' . $response -> get_error_message(); } ?>