Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Processors::__construct()
Constructor.
Return Return
(void)
Source Source
File: includes/processors/class.llms.processors.php
private function __construct() { // Processors may trigger a notice during a cron and notices might not be available. require_once LLMS_PLUGIN_DIR . 'includes/admin/class.llms.admin.notices.php'; $this->load_all(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Made sure the admin notices file is required. |
5.0.0 | Remove call to removed method includes() . |
3.15.0 | Introduced. |