Browse: Home / Constants /

LEARNDASH_GROUP_LEADER_DASHBOARD_ACCESS

define( 'LEARNDASH_GROUP_LEADER_DASHBOARD_ACCESS',  bool $value )

Define LearnDash LMS – Control Group Leader access to WP Dashboard with WooCommerce.


Description #

Used by learndash_check_group_leader_access


Parameters #

$value

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

  • 'true'
    (bool) Will allow Group Leader access to WP Dashboard. Default.
  • 'false'
    (bool) Will prevent Group Leader access to WP Dashboard.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
2.3.0 Introduced.