Browse: Home / Constants /

LEARNDASH_SETTINGS_HEADER_PANEL

define( 'LEARNDASH_SETTINGS_HEADER_PANEL',  bool $value )

Define LearnDash LMS – Enable the new (3.0.0) Header Panel.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Will show the LearnDash header panel on related admin pages. Default is true. Must be set to true.
  • 'false'
    (bool) Not supported.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.0.0 Introduced.