LLMS_Lesson::set_excerpt( $excerpt )
Description Description
Source Source
File: includes/models/model.llms.lesson.php
public function set_excerpt( $excerpt ) { return LLMS_Post_Handler::update_excerpt( $this->id, $excerpt ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: