apply_filters( 'sensei_lesson_show_course_signup_notice', $show_course_signup_notice, $course_id ) → {bool}
Filter whether to show the course sign up notice on the lesson page.
Parameters:
Name | Type | Description |
---|---|---|
$show_course_signup_notice |
bool | True if we should show the signup notice to the user. |
$course_id |
string | Course ID. |
- Since:
- 2.0.0
- Source:
Returns:
Whether to show the course sign up notice.
- Type
- bool