Browse: Home / Constants /

LEARNDASH_SETTINGS_METABOXES_LEGACY

define( 'LEARNDASH_SETTINGS_METABOXES_LEGACY',  bool $value )

Define LearnDash LMS – Enable legacy Post Type Settings Metaboxes.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Will use metabox containers when showing the settings outside of the post type editor. 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.