gocodebox/lifterlms

View on GitHub
includes/processors/class.llms.processor.course.data.php

Summary

Maintainability
A
1 hr
Test Coverage
C
75%

Method init has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function init() {

        // For the cron.
        add_action( $this->schedule_hook, array( $this, 'dispatch_calc' ), 10, 1 );

Severity: Minor
Found in includes/processors/class.llms.processor.course.data.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status