apply_filters( 'llms_load_processors', string[] $classes )
Filter the list of available processors to be loaded.
Description Description
Third parties can use this filter to load custom processors.
See also See also
- llms_load_processor_path: To add a custom load path for the loaded processor.
Parameters Parameters
- $classes
-
(string[]) A list of processor class ids/slugs.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |