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 cda09b8 commit c3e7cc1Copy full SHA for c3e7cc1
theme/oauth1-authorize.php
@@ -8,6 +8,7 @@
8
$current_user = wp_get_current_user();
9
10
$url = site_url( 'wp-login.php?action=oauth1_authorize', 'login_post' );
11
+$url = add_query_arg( 'oauth_token', $token_key, $url );
12
13
?>
14
0 commit comments