LLMS_Processors::instance()
Main instance
Contents
Return Return
Source Source
File: includes/processors/class.llms.processors.php
* @return void
*/
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';
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.15.0 | Introduced. |