LLMS_Lesson::set_title( $title )


Description Description


Source Source

File: includes/models/model.llms.lesson.php

	public function set_title( $title ) {

		return LLMS_Post_Handler::update_title( $this->id, $title );

	}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: