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 ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: