Filter: sensei_the_module_title

apply_filters( 'sensei_the_module_title', $module_title, $module_term_id, $course_id ) → {string}

Filter the module title.

This fires within the sensei_the_module_title function.

Parameters:
Name Type Description
$module_title string

The module title.

$module_term_id int

The module term id.

$course_id int

The course id.

Since:
  • 1.9.0
Source:
Returns:

The module title.

Type
string