LLMS_Admin_Metabox::has_errors()

Determine if any errors have been added


Description Description


Return Return

(boolean)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.admin.metabox.php

	public function has_errors() {
		return ( count( $this->errors ) ) ? true : false;
	}

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: