apply_filters( 'sensei_lesson_course_signup_notice_level', $notice_level, $course_id ) → {string}
Filter the course sign up notice message alert level on the lesson page.
Parameters:
Name | Type | Description |
---|---|---|
$notice_level |
string | Level to use for the sign up notice (alert, tick, download, info). |
$course_id |
string | Course ID. |
- Since:
- 2.0.0
- Source:
Returns:
Level to use for the sign up notice.
- Type
- string