@since: BuddyBoss 1.0.0
Description
Core::init()

Sub action once dependencies and requirements are checked

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

Core::path()

Get absolute path from the integration folder

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

Core::url()

Get url path from the integration folder

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

Core::template()

Load template from the integration folder

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

Core::getRequest()

Get the request from $_POST, $_GET, or $_REQUEST with default fallback

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

Core::isRequestExists()

Check if the given request isset

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

Core::registerAutoloader()

Register psr4 autoloader manually

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

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