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.
LLMS_Grades::__construct()
Private constructor
Contents
Source Source
File: includes/class-llms-grades.php
private function __construct() { $this->rounding_precision = apply_filters( 'llms_grade_rounding_precision', $this->rounding_precision ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |