Skip to content

Commit 7164b3c

Browse files
committed
tax_query OK -> slow query OK
1 parent 4cf4545 commit 7164b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/tokens/class-access-token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static function get_by_id( $id ) {
6969

7070
// We use an EXISTS query here, limited by 1, so we can ignore
7171
// the performance warning.
72-
'meta_query' => [ // WPCS: tax_query OK
72+
'meta_query' => [ // WPCS: slow query OK
7373
[
7474
'key' => $key,
7575
'compare' => 'EXISTS',

0 commit comments

Comments
 (0)