rilwis/meta-box

View on GitHub
inc/fields/image.php

Summary

Maintainability
A
1 hr
Test Coverage

Method file_info has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function file_info( $file, $args = [], $field = [] ) {
        $path = get_attached_file( $file );
        if ( ! $path ) {
            return false;
        }
Severity: Minor
Found in inc/fields/image.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status