rilwis/meta-box

View on GitHub
inc/fields/taxonomy.php

Summary

Maintainability
A
1 hr
Test Coverage

Method normalize has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function normalize( $field ) {
        // Backwards compatibility with field args.
        if ( isset( $field['options']['args'] ) ) {
            $field['query_args'] = $field['options']['args'];
        }
Severity: Minor
Found in inc/fields/taxonomy.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status