Browse: Home /

@since: 2.3.0.3

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 our internal flag ‘all_plugins_called’ so we know when (and when not) to add the learndash plugin path

@since: 2.3.0.3
@package: LearnDash
Source Files: includes/class-ld-lms.php

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 LearnDash plugin path, allowing other plugins to check via is_plugin_active() even if learndash is installed in a non-standard plugin directory.

@since: 2.3.0.3
@package: LearnDash
Source Files: includes/class-ld-lms.php