apply_filters( 'sensei_course_completed_page_url', $url, $course_id ) → {string}
Filter the course completed page URL.
Parameters:
Name | Type | Description |
---|---|---|
$url |
string | Course completed page URL. |
$course_id |
int | ID of the course that was completed. |
- Since:
- 3.13.0
- Source:
Returns:
Course completed page URL.
- Type
- string