Created
February 9, 2020 14:12
-
-
Save justingreerbbi/6b9badadd7024ee90db7879d4a4dad30 to your computer and use it in GitHub Desktop.
WordPress OAuth Server Set Access Token Action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
do_action( 'wo_set_access_token', array( | |
'access_token' => $access_token, | |
'client_id' => $client_id, | |
'user_id' => $user_id | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment