@since: BuddyBoss 1.0.0
Description
Dependencies::dependencyLoaded()

Set a flag when dependency is init

Source: bp-integrations/learndash/core/Dependencies.php:58

Dependencies::appendDependencyChecker()

Check if the required dependencies are all init

Source: bp-integrations/learndash/core/Dependencies.php:42

Dependencies::dependencyChecker()

Run sub action based on depencency init status

Source: bp-integrations/learndash/core/Dependencies.php:56

Dependencies::getMissingDepencencies()

Check if any dependencies is missing

Source: bp-integrations/learndash/core/Dependencies.php:66

Dependencies::getLoadedDepencencies()

Get the dependencies that are loaded successfully

Source: bp-integrations/learndash/core/Dependencies.php:79

Core

COre file of the plugin

Source: bp-integrations/learndash/core/Core.php:27

Core::__construct()

Constructor

Source: bp-integrations/learndash/core/Core.php:34

Admin::registerDependencyNotices()

Add admin notice hook for dependencies

Source: bp-integrations/learndash/core/Admin.php:36

Admin::registerRequirementNotices()

Add admin notice hook for requirements

Source: bp-integrations/learndash/core/Admin.php:45

Admin::printDependencyAdminNotice()

Output the dependency notice html

Source: bp-integrations/learndash/core/Admin.php:55