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 dashes and prepending class-llms-processor-
and appending .php
.
See also See also
- LLMS_Processors::load_all(): For the
llms_load_processors
filter used to register custom processors.
Parameters Parameters
- $name
-
(string) Processor class name ID/slug.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |