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 0047e2a commit 81c5a80Copy full SHA for 81c5a80
inc/tokens/class-access-token.php
@@ -57,7 +57,7 @@ public static function get_by_id( $id ) {
57
return null;
58
}
59
60
- return new static( $user, $key, $value[0] );
+ return new static( $user, $id, $value[0] );
61
62
63
/**
0 commit comments