apply_filters( 'llms_load_processor_path', string $name )
Filter the path of a processor class
Description Description
If the returned path isn’t the full path to a PHP file the file will be attempted to be loaded from the LifterLMS core’s processor directory by replacing underscores with dots and prepending class.llms.processor.
and appending .php
.
See also See also
- llms_load_processors: For a filter used to register custom processors.
Parameters Parameters
- $name
-
Processor classname id/slug.
Source Source
File: includes/processors/class.llms.processors.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |