We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf4545 commit 7164b3cCopy full SHA for 7164b3c
inc/tokens/class-access-token.php
@@ -69,7 +69,7 @@ public static function get_by_id( $id ) {
69
70
// We use an EXISTS query here, limited by 1, so we can ignore
71
// the performance warning.
72
- 'meta_query' => [ // WPCS: tax_query OK
+ 'meta_query' => [ // WPCS: slow query OK
73
[
74
'key' => $key,
75
'compare' => 'EXISTS',
0 commit comments