Browse: Home / Constants /

LEARNDASH_ENABLE_IN_PROGRESS_FEATURES

define( 'LEARNDASH_ENABLE_IN_PROGRESS_FEATURES',  bool $value )

Enable in progress features.


Description #

NOTE: it is only for development purposes. DO NOT enable it on production sites.


Parameters #

$value

(bool) (Required) True to enable in progress features. Default is false.


Source #

File: learndash-features-constants.php


Changelog #

Changelog
Version Description
4.6.0 Introduced.