LLMS_Blocks_Course_Information_Block::filter_title( string $title )
Filters the title of the course information headline per block settings.
Parameters Parameters
- $title
-
(string) (Required) default title.
Return Return
(string)
Source Source
File: libraries/lifterlms-blocks/includes/blocks/class-llms-blocks-course-information-block.php
public function filter_title( $title ) { return $this->title; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |