apply_filters( 'learndash_login_form_include_group', boolean $include_group , int $group_id )
Filters whether to allow enrollment of group with the login. The default value is true.
Description Description
Parameters Parameters
- $include_group
-
Whether to allow login from the group.
- $group_id
-
Group ID.
Source Source
File: themes/ld30/includes/login-register-functions.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |