LLMS_Generator::is_error()
Determines if there was an error during the running of the generator
Return Return
(boolean) Returns true
when there was an error and false
if there's no errors.
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 | |
3.16.11 | Introduced. |