woothemes/woocommerce

View on GitHub
includes/admin/importers/mappings/default.php

Summary

Maintainability
A
1 hr
Test Coverage

Method wc_importer_default_english_mappings has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function wc_importer_default_english_mappings( $mappings ) {
    if ( 'en_US' === wc_importer_current_locale() ) {
        return $mappings;
    }

Severity: Minor
Found in includes/admin/importers/mappings/default.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status