File: bp-integrations/learndash/core/Dependencies.php
Description
Dependencies::registerHooks()

Add hook to each dependencies’ init hook

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

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

Dependencies

Class hendling plugin dependencies

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

Dependencies::__construct()

Constructor

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