LLMS_Install::init_background_updater()

Initializes the bg updater class


Return Return

(void)


Top ↑

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`),


Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.