define( 'LEARNDASH_LICENSE_PANEL_SHOW', bool $value )
Define LearnDash LMS – Show license panel.
Contents
Description #
Parameters #
- $value
-
(bool) (Required) Only one of the following values.
- 'true'
(bool) License panel/tab will be visible. Default. - 'false'
(bool) License panel/tab will not be visible.
- 'true'
Source #
File: learndash-constants.php
Changelog #
| Version | Description |
|---|---|
| 4.3.0.2 | |
| 4.18.0 | Introduced. -- Now defaults to true. |