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

equalizedigital / accessibility-checker / 17297832630

28 Aug 2025 01:47PM UTC coverage: 59.256% (-1.6%) from 60.808%
17297832630

push

github

web-flow
Merge pull request #1171 from equalizedigital/william/pro-169-filter-post-types-at-save-time

Add initial support for handling of virtual posts

47 of 252 new or added lines in 13 files covered. (18.65%)

2 existing lines in 1 file now uncovered.

4123 of 6958 relevant lines covered (59.26%)

3.52 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.
NEW
24
        add_option( 'edacp_ignore_user_roles', [ 'administrator' ] );
×
25
}
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