LLMS_Lesson::set_title( string $title )
Set lesson title
Description Description
Parameters Parameters
- $title
-
(Required) The lesson title.
Return Return
(false|array) False if the title couldn't be updated. An array of the type array( 'id' => lesson id, 'title' => the new title, ) otherwise.
Source Source
File: includes/models/model.llms.lesson.php
Changelog Changelog
Version | Description |
---|---|
unknown | Introduced. |