Alecaddd/awps

View on GitHub
inc/Api/Customizer/Header.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method register has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function register( $wp_customize ) 
    {
        $wp_customize->add_section( 'awps_header_section' , array(
            'title' => __( 'Header', 'awps' ),
            'description' => __( 'Customize the Header' ),
Severity: Major
Found in inc/Api/Customizer/Header.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status