LLMS_Install::init_background_updater()
Initializes the bg updater class
Return Return
(void)
Source Source
File: includes/class.llms.install.php
`event_type` varchar(55) DEFAULT NULL, `event_action` varchar(55) DEFAULT NULL, `meta` longtext DEFAULT NULL, PRIMARY KEY (`id`),
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Removed loading of class files that don't instantiate their class in favor of autoloading. |
5.2.0 | Use LLMS_PLUGIN_DIR to include required class file. |
3.6.0 | Unknown. |
3.4.3 | Introduced. |