Skip to content

Commit

Permalink
Merge pull request #614 from equalizedigital/william/611/remove-wp_or…
Browse files Browse the repository at this point in the history
…g-playground-checks

Remove wp org playground checks
  • Loading branch information
pattonwebz authored May 6, 2024
2 parents 94f6879 + 918cea6 commit 71bf1e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
6 changes: 0 additions & 6 deletions accessibility-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
die;
}

// Check for WordPress Playground.
require_once plugin_dir_path( __FILE__ ) . 'includes/classes/class-playground-check.php';
if ( ! ( new EDAC\Inc\Playground_Check() )->should_load ) {
return;
}

// Include plugin dependency.
require_once ABSPATH . 'wp-admin/includes/plugin.php';

Expand Down
54 changes: 0 additions & 54 deletions includes/classes/class-playground-check.php

This file was deleted.

0 comments on commit 71bf1e6

Please sign in to comment.