LLMS_Admin_Metabox::has_errors()
Determine if any errors have been added
Description Description
Return Return
(boolean)
Source Source
File: includes/abstracts/abstract.llms.admin.metabox.php
public function has_errors() { return ( count( $this->errors ) ) ? true : false; }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: