LLMS_Processors::instance()

Main instance


Return Return

(LLMS_Processors)


Top ↑

Source Source

File: includes/processors/class.llms.processors.php

57
58
59
60
61
62
* @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';

Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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