felixarntz/site-icon-extended

View on GitHub
inc/WPSIE/PinnedTabIconHandler.php

Summary

Maintainability
A
1 hr
Test Coverage

Method customize_register_pinned_tab_icon has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public function customize_register_pinned_tab_icon( $wp_customize ) {
            $site_icon_control = $wp_customize->get_control( 'site_icon' );
            if ( ! $site_icon_control ) {
                return;
            }
Severity: Minor
Found in inc/WPSIE/PinnedTabIconHandler.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status