apply_filters( 'llms_instructors_info_title', string $title , LLMS_Post_Model $llms_post , int $count )
Filters the displayed title of the Instructors block
Parameters Parameters
- $title
-
(string) The block's title.
- $llms_post
-
(LLMS_Post_Model) The post model object.
- $count
-
(int) Number of instructors found, used to pluralize the title.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.11.0 | Introduced. |