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


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 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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