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

equalizedigital / accessibility-checker / 20440216320

22 Dec 2025 06:12PM UTC coverage: 57.5%. First build
20440216320

Pull #1316

github

web-flow
Merge 029da941e into b669336f5
Pull Request #1316: Release v1.36.0

21 of 30 new or added lines in 5 files covered. (70.0%)

4190 of 7287 relevant lines covered (57.5%)

3.43 hits per line

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

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

8
use EDAC\Admin\Accessibility_Statement;
9

10
/**
11
 * Activation
12
 *
13
 * @return void
14
 */
15
function edac_activation() {
16
        // set options.
17
        update_option( 'edac_activation_date', gmdate( 'Y-m-d H:i:s' ) );
×
18
        update_option( 'edac_post_types', [ 'post', 'page' ] );
×
19
        update_option( 'edac_simplified_summary_position', 'after' );
×
20

21
        Accessibility_Statement::add_page();
×
22

23
        // This is an add_option on purpose to not overwrite user settings on update.
24
        add_option( 'edacp_ignore_user_roles', [ 'administrator' ] );
×
25

26
        // Set transient to trigger redirect to welcome page.
27
        // This will be checked on admin_init and deleted after redirect.
NEW
28
        set_transient( 'edac_activation_redirect', true, 60 );
×
29
}
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