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
Return Return
(array)
Source Source
File: includes/abstracts/llms.abstract.api.handler.php
abstract protected function parse_response( $response );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.11.2 | Introduced. |