LLMS_Background_Updater::__construct()
Constructor
Return Return
(void)
Source Source
File: includes/class.llms.background.updater.php
public function __construct() { parent::__construct(); if ( ! defined( 'LLMS_BG_UPDATE_LOG' ) ) { define( 'LLMS_BG_UPDATE_LOG', true ); } $this->enable_logging = ( defined( 'LLMS_BG_UPDATE_LOG' ) && LLMS_BG_UPDATE_LOG ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |