deep-web-solutions/wordpress-framework-woocommerce

View on GitHub
src/includes/Settings/WC_SettingsAdapter.php

Summary

Maintainability
A
1 hr
Test Coverage

Method register_options_group has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function register_options_group( string $group_id, $group_title, $fields, string $page, array $params ): bool {
        if ( \did_action( "woocommerce_sections_$page" ) ) {
            return false;
        }

Severity: Minor
Found in src/includes/Settings/WC_SettingsAdapter.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status