LLMS_Analytics_Lessoncompletions_Widget::format_response()


Source Source

File: includes/admin/reporting/widgets/class.llms.analytics.widget.lessoncompletions.php

105
106
107
108
109
110
111
112
113
protected function format_response() {
 
    if ( ! $this->is_error() ) {
 
        return count( $this->get_results() );
 
    }
 
}

Top ↑

User Contributed Notes User Contributed Notes

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