rilwis/meta-box

View on GitHub
inc/fields/user.php

Summary

Maintainability
A
1 hr
Test Coverage

Method query has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function query( $meta, array $field ): array {
        $display_field = $field['display_field'];
        $args          = wp_parse_args( $field['query_args'], [
            'orderby' => $display_field,
            'order'   => 'asc',
Severity: Minor
Found in inc/fields/user.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status