woothemes/woocommerce

View on GitHub
includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php

Summary

Maintainability
A
1 hr
Test Coverage

Method update_marketplace_suggestions has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function update_marketplace_suggestions() {
        $data = get_option(
            'woocommerce_marketplace_suggestions',
            array(
                'suggestions' => array(),

    There are no issues that match your filters.

    Category
    Status