apply_filters( 'sensei_modules_title', $html, $course_id ) → {string}
Filters the module title on the single course page.
Parameters:
Name | Type | Description |
---|---|---|
$html |
string | The HTML to be displayed. |
$course_id |
int | Course ID. |
- Since:
- 2.2.0
- Source:
Returns:
The filtered HTML.
- Type
- string