SFWD_LMS::option_active_plugins_proc()

Method: 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.

Source: includes/class-ld-lms.php:4629

Used by 0 functions | Uses 0 functions

SFWD_LMS::pre_update_option_active_plugins()

Method: This is called from the update_options() function for the option ‘active_plugins’. Using this filter we can remove our legacy plugins directories we added via the option_active_plugins_proc filter.

Source: includes/class-ld-lms.php:4660

Used by 0 functions | Uses 0 functions

SFWD_LMS::all_plugins_proc()

Method: Called from the ‘all_plugins’ filter. This is called from the Plugins listing screen and will let us set out internal flag ‘all_pluguns_called’ so we know when (and when not) to add the legacy pluin paths

Source: includes/class-ld-lms.php:4602

Used by 0 functions | Uses 0 functions