15, 'method' => 'POST', 'body' => $data, ); $response = $this->send_request( $options ); // Change data only if we have got a valid response from the service. if ( ! $response instanceof WP_Error ) { $data = $response; } } return $data; } }