rilwis/meta-box

View on GitHub
inc/about/about.php

Summary

Maintainability
A
1 hr
Test Coverage

Method render has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function render() {
        ?>
        <div class="wrap">
            <div id="poststuff">
                <div id="post-body" class="metabox-holder columns-2">
Severity: Minor
Found in inc/about/about.php - About 1 hr to fix

    Consider simplifying this complex logical expression.
    Open

            if ( ! $is_plugin || $network_wide || $is_cli || $is_bulk_activate || $this->is_bundled() || $is_doing_ajax ) {
                return;
            }
    Severity: Major
    Found in inc/about/about.php - About 40 mins to fix

      There are no issues that match your filters.

      Category
      Status