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


Top ↑

Parameters Parameters

$name

(string) Processor class name ID/slug.


Top ↑

Source Source

File: includes/processors/class.llms.processors.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.