LLMS_Abstract_API_Handler::is_error()
Determine if the response is an error
Return Return
(boolean)
Source Source
File: includes/abstracts/llms.abstract.api.handler.php
public function is_error() { return is_wp_error( $this->get_result() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.11.2 | Introduced. |