LLMS_Admin_Metabox::save_errors()
Save messages to the database.
Contents
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.admin.metabox.php
* Called after `$this->save()` during `$this->save_actions()`. * * @since 3.0.0 * * @param int $post_id WP Post ID of the post being saved.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.12 | Use $this->error_opt_key() in favor of hardcoded option name. Only save errors if errors have been added. |
3.0.0 | Introduced. |