Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

LifterLMS_Helper::includes()

Include all clasess required by the plugin


Return Return

(void)


Top ↑

Source Source

File: libraries/lifterlms-helper/class-lifterlms-helper.php

151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
private function includes() {
 
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/class-llms-helper-admin-add-ons.php';
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/class-llms-helper-assets.php';
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/class-llms-helper-betas.php';
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/class-llms-helper-cloned.php';
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/class-llms-helper-install.php';
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/class-llms-helper-keys.php';
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/class-llms-helper-options.php';
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/class-llms-helper-upgrader.php';
 
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/models/class-llms-helper-add-on.php';
 
    require_once LLMS_HELPER_PLUGIN_DIR . 'includes/functions-llms-helper.php';
 
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Include new files.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.