Browse: Home / Constants /

LEARNDASH_ADMIN_CAPABILITY_CHECK

define( 'LEARNDASH_ADMIN_CAPABILITY_CHECK',  string $value )

Define LearnDash LMS – Set the Administrator role capability check.


Description #

The value should match a role capability used to determine if a user is and Administrator user. Default is ‘manage_options’.


Parameters #

$value

(string) (Required) Default is 'manage_options'.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
2.3.0 Introduced.