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

Yoast / wordpress-seo / 81cb39a4efbc6f50109fe6fa6719b7c25a301e20

19 Jan 2026 11:46AM UTC coverage: 51.718% (+0.01%) from 51.708%
81cb39a4efbc6f50109fe6fa6719b7c25a301e20

push

github

web-flow
Merge pull request #22879 from Yoast/1005-add-global-post-variables-for-external-integration-schema

Add EDD and events compatibility for the schema aggregator.

8393 of 15822 branches covered (53.05%)

Branch coverage included in aggregate %.

30 of 60 new or added lines in 5 files covered. (50.0%)

1 existing line in 1 file now uncovered.

32743 of 63717 relevant lines covered (51.39%)

45253.66 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