Browse: Home / Constants /

LEARNDASH_PLUGIN_LICENSE_OPTIONS_AUTOLOAD

define( 'LEARNDASH_PLUGIN_LICENSE_OPTIONS_AUTOLOAD',  bool $value )

Define LearnDash LMS – Configure the autoload options for licensing.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Will enable autoload options.
  • 'false'
    (bool) Will disable autoload options. Default.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
4.3.0 Introduced.