gocodebox/lifterlms

View on GitHub
includes/traits/llms-trait-award-templates-post-list-table.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method add_post_actions has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function add_post_actions( $actions, $post ) {

        if ( ! $post || "llms_{$this->engagement_type}" !== $post->post_type ) {
            return $actions;
        }
Severity: Minor
Found in includes/traits/llms-trait-award-templates-post-list-table.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status