LLMS_Abstract_API_Handler::parse_response( array $response )

Parse the body of the response and set a success/error


Parameters Parameters

$response

(array) (Required) response data


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.api.handler.php

	abstract protected function parse_response( $response );


Top ↑

Changelog Changelog

Changelog
Version Description
3.11.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.