apply_filters( 'sensei_the_module_permalink', $module_url, $module_term_id, $course_id ) → {string}
Filter the module permalink url. This fires within the sensei_the_module_permalink function.
Parameters:
Name | Type | Description |
---|---|---|
$module_url |
string | The module permalink url. |
$module_term_id |
int | The module term id. |
$course_id |
string | The course id. |
- Since:
- 1.9.0
- Source:
Returns:
The module permalink url.
- Type
- string