SFWD_LMS::option_active_plugins_proc( array $active_plugins )
This is called from the get_options() function for the option ‘active_plugins’. Using this filter we can append our legacy plugins directories allowing other plugins to check via is_plugin_active() This will protect that connection of LD is installed in a non-standard plugin directory.
Description Description
Parameters Parameters
- $active_plugins
-
(Required) An array of the current active plugins.
Return Return
(array) $active_plugins
Source Source
File: includes/class-ld-lms.php
Changelog Changelog
Version | Description |
---|---|
2.3.0.3 | Introduced. |