@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::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