• Home
  • Knowledgebase
  • DevDocs
  • Translations
  • Support
  • Live Preview

logo DevDocs

By The Events Calendar
Filter by type:
Skip to content
Filter by type:
Search
Browse: Home / Classes / Account_API / Account_API::set_account_by_id()
Product: Virtual Events

Account_API::set_account_by_id( TribeEventsVirtualMeetingsZoomarray $account_data )

Set an Account with the provided id.

Contents

  • Parameters
  • Source
  • Changelog

Parameters

$account_data

(<span class="TribeEventsVirtualMeetingsZoomarrayTribeEventsVirtualMeetingsZoomarray<string|">TribeEventsVirtualMeetingsZoomstring>) (Required) A specific Zoom account data to save.


Top ↑

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 );
	}

Expand full source code Collapse full source code


Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.
The Events Calendar
  • Home
  • Products
  • Blog
  • Support
© 2026 The Events Calendar Terms and Conditions Privacy