Filter: sensei_the_module_status_html

apply_filters( 'sensei_the_module_status_html', $module_status_html, $module_term_id, $course_id ) → {string}

Filter the module status.

This fires within the sensei_get_the_module_status function.

Parameters:
Name Type Description
$module_status_html string

The module status html.

$module_term_id int

The module term id.

$course_id int

The course id.

Since:
  • 1.9.0
Source:
Returns:

The module status html.

Type
string