LLMS_Admin_Metabox::add_error( string $text )
Add an Error Message
Description Description
Parameters Parameters
- $text
-
(string) (Required)
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.admin.metabox.php
public function add_error( $text ) { $this->errors[] = $text; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: