LLMS_Processors::load_processor( string $name )
Load a single processor
Description Description
Parameters Parameters
- $name
-
(Required) Name of the processor.
Return Return
(LLMS_Abstract_Processor|boolean) Instance of the processor if found and not yet included, false
if the processor can't be found, and true
if it has already been included.
Source Source
File: includes/processors/class.llms.processors.php
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |