LifterLMS::processors()
Load all background processors and access to them programmatically a processor via LLMS()->processors()->get( $processor )
Description Description
Return Return
Source Source
File: lifterlms.php
public function processors() { return LLMS_Processors::instance(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: