felixarntz/theme-boilerplate

View on GitHub
inc/plugin-compat/wp-site-identity.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method super_awesome_theme_wpsi_render_styles has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function super_awesome_theme_wpsi_render_styles( $id, $colors ) {
    ?>
    <style id="<?php echo esc_attr( $id ); ?>" type="text/css">
        <?php if ( ! empty( $colors['primary'] ) ) : ?>
            a,
Severity: Major
Found in inc/plugin-compat/wp-site-identity.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status