LLMS_Person::save_data()

save_data function.


Description Description


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.person.php

	public function save_data() {
		if ( $this->_changed ) {
			$GLOBALS['lifterlms']->session->person = $this->_data;
		}
	}

Top ↑

User Contributed Notes User Contributed Notes

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