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

equalizedigital / accessibility-checker / 24683125413

20 Apr 2026 06:22PM UTC coverage: 57.497% (-3.0%) from 60.51%
24683125413

push

github

web-flow
Merge pull request #1315 from equalizedigital/william/pro-286-update-the-free-plugin-to-be-able-to-handle-licence

Add support for registering sites with myDot and exchanging a jwt token that can be used to share site stats

440 of 1210 new or added lines in 9 files covered. (36.36%)

2 existing lines in 2 files now uncovered.

5426 of 9437 relevant lines covered (57.5%)

4.5 hits per line

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

0.0
/includes/deactivation.php
1
<?php
2
/**
3
 * Accessibility Checker plugin file.
4
 *
5
 * @package Accessibility_Checker
6
 */
7

8
use EDAC\Admin\Orphaned_Issues_Cleanup;
9

10
if ( ! defined( 'ABSPATH' ) ) {
11
        exit;
12
}
13

14
/**
15
 * Deactivation
16
 *
17
 * @return void
18
 */
19
function edac_deactivation() {
20
        delete_option( 'edac_activation_date' );
×
21

22
        // Unschedule cleanup of orphaned issues.
23
        Orphaned_Issues_Cleanup::unschedule_event();
×
24

25
        // Unschedule the daily license check cron event.
NEW
26
        wp_clear_scheduled_hook( 'edac_check_license_hook' );
×
27
}
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