gocodebox/lifterlms

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

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method get_revenue has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function get_revenue( $period ) {

        $query     = $this->orders_query( -1 );
        $order_ids = wp_list_pluck( $query->posts, 'ID' );

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

    There are no issues that match your filters.

    Category
    Status