Filter: sensei_lesson_course_signup_notice_message

apply_filters( 'sensei_lesson_course_signup_notice_message', $message_default, $course_id, $course_link ) → {string}

Filter the course sign up notice message on the lesson page.

Parameters:
Name Type Description
$message_default string

Message to show user.

$course_id string

Course ID.

$course_link string

HTML for the link to the course.

Since:
  • 2.0.0
Source:
Returns:

Message to show user.

Type
string