LLMS_Generator::is_error()
Determines if there was an error during the running of the generator
Description Description
Return Return
(boolean) true when there was an error, false otherwise
Source Source
File: includes/class.llms.generator.php
public function is_error() { return ( 0 !== count( $this->error->get_error_messages() ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |