Skip to content

Commit fb73924

Browse files
committed
Add ability to filter whitelist, resolves #76.
1 parent 2d0b225 commit fb73924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wpephpcompat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public function generate_ignored_list() {
296296
}
297297
}
298298

299-
return $ignored;
299+
return apply_filters( 'phpcompat_whitelist', $ignored );
300300
}
301301

302302
/**

0 commit comments

Comments
 (0)