Skip to content

Commit 756a2c9

Browse files
committed
Hide access tokens from accidental access
1 parent 1d13181 commit 756a2c9

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
@@ -7,7 +7,7 @@
77
use WP_User;
88

99
class Access_Token extends Token {
10-
const META_PREFIX = 'oauth2_access_';
10+
const META_PREFIX = '_oauth2_access_';
1111
const KEY_LENGTH = 12;
1212

1313
protected static function get_meta_prefix() {

0 commit comments

Comments
 (0)