Browse: Home / Constants /

LEARNDASH_GROUP_ENROLLED_COURSE_FROM_USER_REGISTRATION

define( 'LEARNDASH_GROUP_ENROLLED_COURSE_FROM_USER_REGISTRATION',  bool $value )

Define LearnDash LMS – Control the determination of the user’s Group enrollment time.


Description #


Parameters #

$value

(bool) (Required) Only one of the following values.

  • 'true'
    (bool) Use the user's registration for the Group enrollment time, if newer. Default.
  • 'false'
    (bool)


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.2.0 Introduced.