chemiker/sciolism-2019-for-wordpress

View on GitHub
src/theme/functions.php

Summary

Maintainability
B
6 hrs
Test Coverage

Method sciolism_theme_setup has 81 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function sciolism_theme_setup() {
    add_theme_support(
        'html5',
        array(
            'comment-list',
Severity: Major
Found in src/theme/functions.php - About 3 hrs to fix

    Method sciolism_setup_customizer has 76 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function sciolism_setup_customizer( $wp_customize ) {
        $wp_customize->add_section(
            'sciolism_2019_footer',
            array(
                'title'       => esc_html__( 'Footer', 'sciolism-2019' ),
    Severity: Major
    Found in src/theme/functions.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status