apply_filters( 'llms_included_libs', array $libs )
Filters the list of LifterLMS libraries to be loaded.
Parameters Parameters
- $libs
-
(array) Array of library data. Each array key serves as a unique ID for the library.<br>
- 'const'
(string) Name of the constant used to identify if the library is loaded as a library.<br> - 'test'
(bool) A test which is evaluated to determine if the library should be loaded. Returningfalsecauses the library not to load.<br> - 'file'
(string) Path to the main library file's location in the LifterLMS core plugin.<br>
- 'const'
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 5.1.3 | Introduced. |