Browse: Home / Constants /

LEARNDASH_UPDATES_ENABLED

define( 'LEARNDASH_UPDATES_ENABLED',  bool $value )

Define LearnDash LMS – Enable support to check for updates for Core and Add-ons.


Description #


Parameters #

$value

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

  • 'true'
    (bool) Will enable calls to support.learndash.com and bitbucket.org to check for updates. Default.
  • 'false'
    (bool) Will disable outbound server calls.


Source #

File: learndash-scalar-constants.php


Changelog #

Changelog
Version Description
3.1.8 Introduced.