Filter: sensei_module_course_signup_notice_level

apply_filters( 'sensei_module_course_signup_notice_level', $notice_level, $course_id ) → {string}

Filter the course sign up notice message alert level on the module page.

Parameters:
Name Type Description
$notice_level string

Notice level to use for the shown alert (alert, tick, download, info).

$course_id int

Post ID for the course.

Since:
  • 3.0.0
Source:
Returns:

Filtered notice level.

Type
string