Alecaddd/awps

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function register( $wp_customize ) 
    {
        $wp_customize->add_section( 'awps_footer_section' , array(
            'title' => __( 'Footer', 'awps' ),
            'description' => __( 'Customize the Footer' ),
Severity: Minor
Found in inc/Api/Customizer/Footer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status