aristath/kirki

View on GitHub
packages/kirki-framework/control-generic/src/Control/Generic.php

Summary

Maintainability
A
1 hr
Test Coverage

Method content_template has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function content_template() {
        ?>
        <label class="customize-control-label" for="{{ ! data.choices.id ? 'customize-input-' + data.id : data.choices.id }}">
            <span class="customize-control-title">{{{ data.label }}}</span>
            <# if ( data.description ) { #>
Severity: Minor
Found in packages/kirki-framework/control-generic/src/Control/Generic.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status