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.


Top ↑

Source Source

File: includes/class.llms.generator.php

	public function is_error() {
		return ( 0 !== count( $this->error->get_error_messages() ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0
3.16.11 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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