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