apply_filters( 'learndash_registration_form_include_course', boolean $include_course , int $post_id )
Filters whether to allow user registration from the course.
Description Description
Parameters Parameters
- $include_course
-
whether to allow user registration from the course.
- $post_id
-
Course ID.
Source Source
File: themes/ld30/includes/login-register-functions.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |