LLMS_Admin_Metabox::save_errors()

Save messages to the database.


Return Return

(void)


Top ↑

Source Source

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

			$key_id = str_replace( '_llms_id_', '', $key );

			$instructor = array(
				'id'         => absint( $request[ '_llms_id_' . $key_id ] ),

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

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