LLMS_Admin_Metabox::has_errors()

Determine if any errors have been added to the metabox.


Return Return

(boolean)


Top ↑

Source Source

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

			return array( $this->screens );
		}
		return $this->screens;

Top ↑

User Contributed Notes User Contributed Notes

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