define( 'LEARNDASH_UPDATES_ENABLED', bool $value )
Define LearnDash LMS – Enable support to check for updates for Core and Add-ons.
Contents
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.
- 'true'
Source #
Changelog #
Version | Description |
---|---|
3.1.8 | Introduced. |