Skip to content

Instantly share code, notes, and snippets.

@justingreerbbi
Created February 9, 2020 14:12
Show Gist options
  • Save justingreerbbi/6b9badadd7024ee90db7879d4a4dad30 to your computer and use it in GitHub Desktop.
Save justingreerbbi/6b9badadd7024ee90db7879d4a4dad30 to your computer and use it in GitHub Desktop.
WordPress OAuth Server Set Access Token Action
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