Account_API::set_account_by_id( TribeEventsVirtualMeetingsZoomarray $account_data )
Set an Account with the provided id.
Contents
Parameters
- $account_data
-
(<span class="TribeEventsVirtualMeetingsZoomarrayTribeEventsVirtualMeetingsZoomarray<string|">TribeEventsVirtualMeetingsZoomstring>) (Required) A specific Zoom account data to save.
Source
File: src/Tribe/Meetings/Zoom/Account_API.php
public function set_account_by_id( array $account_data ) {
update_option( $this->single_account_prefix . $account_data['id'], $account_data, false );
$this->update_list_of_accounts( $account_data );
}
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |