gocodebox/lifterlms

View on GitHub
includes/certificates/class.llms.certificate.user.php

Summary

Maintainability
A
1 hr
Test Coverage
F
30%

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

    private function get_content_html() {

        add_filter( 'llms_user_info_shortcode_user_id', array( $this, 'set_shortcode_user' ) );

        $codes = apply_filters(
Severity: Minor
Found in includes/certificates/class.llms.certificate.user.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status