woothemes/woocommerce

View on GitHub
includes/class-wc-embed.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static function print_embed_styles() {
        if ( ! self::is_embedded_product() ) {
            return;
        }
        ?>
Severity: Minor
Found in includes/class-wc-embed.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status