Abstract_Account_Api::save_account( TribeEventsVirtualIntegrationsarray $response )
Save an Account.
Contents
Parameters
- $response
-
(<span class="TribeEventsVirtualIntegrationsarray">TribeEventsVirtualIntegrationsarray) (Required) An array representing the access token request response, in the format returned by WordPress
wp_remote_functions.
Return
(bool|mixed) The access token for an account.
Source
File: src/Tribe/Integrations/Abstract_Account_Api.php
abstract public function save_account( array $response );
Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |