• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yoast / wordpress-seo / b51d845f89fe206089fb5db4f0ce36d8be6498bf

17 Feb 2026 11:03AM UTC coverage: 53.676%. First build
b51d845f89fe206089fb5db4f0ce36d8be6498bf

push

github

web-flow
Merge pull request #22973 from Yoast/feature/schema_aggregator

Merges `feature/schema-aggregation` to `trunk`

8863 of 16393 branches covered (54.07%)

Branch coverage included in aggregate %.

763 of 1164 new or added lines in 65 files covered. (65.55%)

33819 of 63125 relevant lines covered (53.57%)

47395.23 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/conditionals/third-party/edd-conditional.php
1
<?php
2

3
namespace Yoast\WP\SEO\Conditionals\Third_Party;
4

5
use Yoast\WP\SEO\Conditionals\Conditional;
6

7
/**
8
 * Conditional that is only met when Easy Digital Downloads is active.
9
 */
10
class EDD_Conditional implements Conditional {
11

12
        /**
13
         * Returns `true` when the Easy Digital Downloads plugin is installed and activated.
14
         *
15
         * @return bool `true` when the Easy Digital Downloads plugin is installed and activated.
16
         */
NEW
17
        public function is_met() {
×
NEW
18
                return \class_exists( 'Easy_Digital_Downloads' );
×
19
        }
20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc