Skip to content

Commit 46f2f2e

Browse files
committed
Removed unnecessary ABSPATH check
1 parent da9e4f0 commit 46f2f2e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Filters.php

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111

1212
use WP_Term;
1313

14-
// Bailout, if accessed directly.
15-
if ( ! defined( 'ABSPATH' ) ) {
16-
exit;
17-
}
18-
1914
class Filters {
2015
/**
2116
* Constructor.

0 commit comments

Comments
 (0)