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.


Top ↑

Return Return

(array) $active_plugins


Top ↑

Source Source

File: includes/class-ld-lms.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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