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.

  • 'const'
    (string) Name of the constant used to identify if the library is loaded as a library.
  • 'test'
    (bool) A test which is evaluated to determine if the library should be loaded. Returning false causes the library not to load.
  • 'file'
    (string) Path to the main library file's location in the LifterLMS core plugin.


Top ↑

Source Source

File: includes/class-llms-loader.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.1.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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