Filter: sensei_module_show_course_signup_notice

apply_filters( 'sensei_module_show_course_signup_notice', $show_course_signup_notice, $course_id ) → {bool}

Filter for if we should show the course sign up notice on the module page.

Parameters:
Name Type Description
$show_course_signup_notice bool

True if we should show the signup notice to the user.

$course_id int

Post ID for the course.

Since:
  • 3.0.0
Source:
Returns:

Filtered value of $show_course_signup_notice.

Type
bool