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

equalizedigital / accessibility-checker / 16896317213

12 Aug 2025 01:16AM UTC coverage: 57.172% (+0.03%) from 57.139%
16896317213

push

github

web-flow
Merge pull request #1191 from equalizedigital/steve/no-issue/activation-unslash

refactor: remove unused input sanitization and redirect logic from ac…

3858 of 6748 relevant lines covered (57.17%)

3.23 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
}
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