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
Method: Called from the ‘pre_current_active_plugins’ action. This is called after the Plugins listing checks for valid plugins. The will let us unset our internal flag ‘ALL_PLUGINS_CALLED’.
Source: includes/class-ld-lms.php:4615
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
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
Function: Calculate the human readable time spent on activity.
Source: includes/ld-reports.php:1585