alerts/class-alert-type-menu-alert.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method menu_alert has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function menu_alert( $wp_admin_bar ) {
        $messages = $this->get_messages();
        if ( ! $messages ) {
            return false;
        }
Severity: Minor
Found in alerts/class-alert-type-menu-alert.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status