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::define_constants()
Define constants for plugin
Return Return
(void)
Source Source
File: libraries/lifterlms-helper/class-lifterlms-helper.php
private function define_constants() { if ( ! defined( 'LLMS_HELPER_VERSION' ) ) { define( 'LLMS_HELPER_VERSION', $this->version ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |