do_action( 'sensei_single_course_modules_inside_after', $module_id )
Hook runs inside single-course/course-modules.php
It runs inside the if statement before the closing article tag directly after the modules were shown. This hook will not trigger if there are no modules to show.
Parameters:
Name | Type | Description |
---|---|---|
$module_id |
int | Module ID. |
- Since:
- 1.9.7 Added the module ID to the parameters.
- Source: